]> gitweb.factorcode.org Git - factor.git/commitdiff
math.parser: oops
authorJoe Groff <arcata@gmail.com>
Thu, 24 Nov 2011 03:51:15 +0000 (19:51 -0800)
committerJoe Groff <arcata@gmail.com>
Thu, 24 Nov 2011 03:51:15 +0000 (19:51 -0800)
core/math/parser/parser.factor

index c9ef5512d4f27cd75e7f13666eefb9f0b1fb0dab..2934d9549a4c1715c046c3ef61d25818bb70bacd 100644 (file)
@@ -1,7 +1,7 @@
 ! (c)2009 Joe Groff bsd license
 USING: accessors byte-arrays combinators kernel kernel.private
 math namespaces sequences sequences.private splitting strings
-make generalizations ;
+make ;
 IN: math.parser
 
 : digit> ( ch -- n )