]> gitweb.factorcode.org Git - factor.git/commitdiff
Fix lisp unit tests
authorChris Double <chris@bethia.(none)>
Thu, 10 Jul 2008 23:34:12 +0000 (11:34 +1200)
committerChris Double <chris@bethia.(none)>
Thu, 10 Jul 2008 23:37:02 +0000 (11:37 +1200)
extra/lisp/lisp.factor

index 1dd285ed7c04013c1d98ae03af37946916ae2379..bc425df12cfec109b8fe02385613cf6c9442e5a7 100644 (file)
@@ -99,7 +99,7 @@ PRIVATE>
     uncons [ list>seq [ ] like ] [ lookup-macro lambda-rewrite call ] bi* call compile-form call ;
     
 : lisp-string>factor ( str -- quot )
-    lisp-expr parse-result-ast compile-form ;
+    lisp-expr compile-form ;
     
 : lisp-eval ( str -- * )    
   lisp-string>factor call ;