From e3f5452502f86f2eb10937d682978ab3c47db5ab Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Wed, 2 Sep 2009 04:30:29 -0500 Subject: [PATCH] tools.deploy.shaker: fix snafu --- basis/tools/deploy/shaker/strip-struct-arrays.factor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/basis/tools/deploy/shaker/strip-struct-arrays.factor b/basis/tools/deploy/shaker/strip-struct-arrays.factor index 55b6630082..b83adc401a 100644 --- a/basis/tools/deploy/shaker/strip-struct-arrays.factor +++ b/basis/tools/deploy/shaker/strip-struct-arrays.factor @@ -1,4 +1,4 @@ -USING: kernel stack-checker.transforms ; +USING: kernel stack-checker.transforms struct-arrays.private ; IN: struct-arrays : struct-element-constructor ( c-type -- word )