From 21cc9ecc13e4cbed6a2e7ebf9c653162c5f0cf0b Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Tue, 8 Sep 2009 15:20:46 -0500 Subject: [PATCH] tools.deploy.shaker: strip out math.vectors specializations --- basis/tools/deploy/shaker/shaker.factor | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/basis/tools/deploy/shaker/shaker.factor b/basis/tools/deploy/shaker/shaker.factor index def8b96809..e46d702e1f 100755 --- a/basis/tools/deploy/shaker/shaker.factor +++ b/basis/tools/deploy/shaker/shaker.factor @@ -178,6 +178,7 @@ IN: tools.deploy.shaker "slots" "special" "specializer" + "specializations" "struct-slots" ! UI needs this ! "superclass" @@ -351,8 +352,6 @@ IN: tools.deploy.shaker { } { "math.partial-dispatch" } strip-vocab-globals % - { } { "math.vectors.specialization" } strip-vocab-globals % - { } { "peg" } strip-vocab-globals % ] when