]> gitweb.factorcode.org Git - factor.git/commitdiff
typos 0.78 factor-0-78
authorSlava Pestov <slava@factorcode.org>
Tue, 6 Sep 2005 18:52:06 +0000 (18:52 +0000)
committerSlava Pestov <slava@factorcode.org>
Tue, 6 Sep 2005 18:52:06 +0000 (18:52 +0000)
library/syntax/prettyprint.factor
library/test/compiler/optimizer.factor

index 7c31a6a0a9ee4b61c6baee0cbad62235b0cfe71a..b5bcb05a507b1f7aa30a767cc727573dce320389 100644 (file)
@@ -310,7 +310,7 @@ M: wrapper pprint* ( wrapper -- )
 
 : with-pprint ( quot -- )
     [
-        <pprinter> pprinter set pprint* end-block
+        <pprinter> pprinter set call end-blocks
         pprinter get do-pprint
     ] with-scope ; inline
 
index 342bc930c188d88c03de385e5797d54c290ad716..8f13b63e572a2d7525bf39714b36ab05b0e1659d 100644 (file)
@@ -1,16 +1,7 @@
 IN: temporary
-USING: generic kernel-internals strings vectors ;
-USE: test
-USE: assembler
-USE: compiler
-USE: compiler-frontend
-USE: inference
-USE: words
-USE: math
-USE: kernel
-USE: lists
-USE: sequences
-USE: prettyprint
+USING: assembler compiler compiler-backend generic inference
+kernel kernel-internals lists math prettyprint sequences strings
+test vectors words ;
 
 ! Some dataflow tests
 ! [ 3 ] [ 1 2 3 (subst-value) ] unit-test