X-Git-Url: https://gitweb.factorcode.org/gitweb.cgi?p=factor.git;a=blobdiff_plain;f=extra%2Fsmalltalk%2Fast%2Fast.factor;h=77ead89c18b41b301ca05c9c4daea671f103599e;hp=c4b1d6b8b70cad734df011d5065e8303e3f59b38;hb=96d543056491bfd71e65a093f4add5a6a5bb780d;hpb=6206ba5583b7616c59741963dbf01d8c9c88e223 diff --git a/extra/smalltalk/ast/ast.factor b/extra/smalltalk/ast/ast.factor index c4b1d6b8b7..77ead89c18 100644 --- a/extra/smalltalk/ast/ast.factor +++ b/extra/smalltalk/ast/ast.factor @@ -1,7 +1,6 @@ ! Copyright (C) 2009 Slava Pestov. ! See http://factorcode.org/license.txt for BSD license. -USING: accessors arrays combinators kernel memoize sequences -strings ; +USING: accessors arrays combinators kernel sequences strings ; IN: smalltalk.ast SINGLETONS: nil self super ;