]> gitweb.factorcode.org Git - factor.git/commitdiff
Don't strip out superclass word prop since UI needs it
authorU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Fri, 3 Apr 2009 14:48:16 +0000 (09:48 -0500)
committerU-SLAVA-DFB8FF805\Slava <Slava@slava-dfb8ff805.(none)>
Fri, 3 Apr 2009 14:48:16 +0000 (09:48 -0500)
basis/tools/deploy/shaker/shaker.factor

index 8ee03930912ce96d0cea98c459ce477e4870dd09..7fe2db96a0a750729fee605b7d5c4564f46b21ff 100755 (executable)
@@ -157,7 +157,8 @@ IN: tools.deploy.shaker
                 "specializer"
                 "step-into"
                 "step-into?"
-                "superclass"
+                ! UI needs this
+                ! "superclass"
                 "transform-n"
                 "transform-quot"
                 "tuple-dispatch-generic"