From b307c6dac309bde5c572c682ba41f268702b8d6a Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 2 Sep 2009 07:28:40 -0500 Subject: [PATCH] Fix tree shaker again, gah --- basis/tools/deploy/shaker/strip-struct-arrays.factor | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 ;