From 8e954d1de03186efb2459f3f01f4952d9e5551f8 Mon Sep 17 00:00:00 2001 From: David Vazquez Date: Mon, 24 Dec 2012 02:45:49 +0000 Subject: [PATCH] Fix eval-when-compile and so defmacro in the REPL --- lispstrack.lisp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lispstrack.lisp b/lispstrack.lisp index bbfa924..326030b 100644 --- a/lispstrack.lisp +++ b/lispstrack.lisp @@ -754,7 +754,7 @@ (define-compilation eval-when-compile (&rest body) (eval (cons 'progn body)) - nil) + "") (defmacro define-transformation (name args form) `(define-compilation ,name ,args -- 1.7.10.4