Merge branch 'master' of git://factorcode.org/git/factor

db4
Joe Groff 2009-09-02 11:07:07 -05:00
commit 29b8cc183e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
USING: kernel stack-checker.transforms ; USING: kernel stack-checker.transforms ;
IN: struct-arrays IN: struct-arrays.private
: struct-element-constructor ( c-type -- word ) : struct-element-constructor ( c-type -- word )
"Struct array usages must be compiled" throw ; "Struct array usages must be compiled" throw ;