projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7392f25
)
Fix eval-when-compile and so defmacro in the REPL
author
David Vazquez
<davazp@gmail.com>
Mon, 24 Dec 2012 02:45:49 +0000
(
02:45
+0000)
committer
David Vazquez
<davazp@gmail.com>
Mon, 24 Dec 2012 02:45:49 +0000
(
02:45
+0000)
lispstrack.lisp
patch
|
blob
|
history
diff --git
a/lispstrack.lisp
b/lispstrack.lisp
index
bbfa924
..
326030b
100644
(file)
--- 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