Fix tree shaker again, gah
parent
e3f5452502
commit
b307c6dac3
|
@ -1,5 +1,5 @@
|
||||||
USING: kernel stack-checker.transforms struct-arrays.private ;
|
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 ;
|
||||||
|
|
Loading…
Reference in New Issue