Fix tree shaker again, gah

db4
Slava Pestov 2009-09-02 07:28:40 -05:00
parent e3f5452502
commit b307c6dac3
1 changed files with 2 additions and 2 deletions

View File

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