]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix more usings
authorSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 16 May 2009 14:48:58 +0000 (09:48 -0500)
committerSlava Pestov <slava@slava-pestovs-macbook-pro.local>
Sat, 16 May 2009 14:48:58 +0000 (09:48 -0500)
basis/eval/eval.factor
basis/prettyprint/backend/backend.factor

index 4c5b9e8cf9a72c0fb56860cd7cb01b22ef92a8a1..c4eab2d6ab22383fc35846577f5b64932af32e41 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2008, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: splitting parser compiler.units kernel namespaces
+USING: splitting parser parser.notes compiler.units kernel namespaces
 debugger io.streams.string fry combinators effects.parser ;
 IN: eval
 
index ee8d2dfea3ea9c5d3252cdb5e8fce110333d0125..27416e0f89d9b35277f017301bf2bc582aecdc2d 100644 (file)
@@ -1,6 +1,6 @@
 ! Copyright (C) 2003, 2009 Slava Pestov.
 ! See http://factorcode.org/license.txt for BSD license.
-USING: accessors arrays byte-arrays byte-vectors generic hashtables io
+USING: accessors arrays byte-arrays byte-vectors generic hashtables
 assocs kernel math namespaces make sequences strings sbufs vectors
 words prettyprint.config prettyprint.custom prettyprint.sections
 quotations io io.pathnames io.styles math.parser effects classes.tuple