]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/peg/peg.factor
over push -> suffix!, over push-all -> append!
[factor.git] / basis / peg / peg.factor
index 9e777b86afe384e976a3774e7ef77a0e4916134f..4a247a8a0fffb0e581bb6d90fb627f53ec925ab3 100644 (file)
@@ -634,7 +634,7 @@ SYNTAX: PEG:
           word swap effect define-declared
         ]
       ] with-compilation-unit
-    ] over push-all
+    ] append!
   ] ;
 
 USING: vocabs vocabs.loader ;