From: David Vazquez Date: Mon, 24 Dec 2012 02:45:49 +0000 (+0000) Subject: Fix eval-when-compile and so defmacro in the REPL X-Git-Url: http://repo.macrolet.net/gitweb/?a=commitdiff_plain;h=8e954d1de03186efb2459f3f01f4952d9e5551f8;p=jscl.git Fix eval-when-compile and so defmacro in the REPL --- 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