diff --git a/basis/tools/deploy/shaker/strip-struct-arrays.factor b/basis/tools/deploy/shaker/strip-struct-arrays.factor index b83adc401a..022b5f1de9 100644 --- a/basis/tools/deploy/shaker/strip-struct-arrays.factor +++ b/basis/tools/deploy/shaker/strip-struct-arrays.factor @@ -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 ;