]> gitweb.factorcode.org Git - factor.git/blobdiff - basis/bootstrap/compiler/compiler.factor
Resolved merge.
[factor.git] / basis / bootstrap / compiler / compiler.factor
index 5e3827efea2579a0691ac8312c220e0e41442c52..0505dcb1841fa9610be2d61486c4e21e8bd1fc9f 100755 (executable)
@@ -69,7 +69,7 @@ nl
 "." write flush
 
 {
-    new-sequence nth push pop peek flip
+    new-sequence nth push pop last flip
 } compile-unoptimized
 
 "." write flush