projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1e69054
)
Remove unused code
author
David Vazquez
<davazp@gmail.com>
Mon, 17 Dec 2012 19:05:29 +0000
(19:05 +0000)
committer
David Vazquez
<davazp@gmail.com>
Mon, 17 Dec 2012 19:05:29 +0000
(19:05 +0000)
lispstrack.lisp
patch
|
blob
|
history
diff --git
a/lispstrack.lisp
b/lispstrack.lisp
index
7bb6945
..
a9fba97
100644
(file)
--- a/
lispstrack.lisp
+++ b/
lispstrack.lisp
@@
-314,10
+314,9
@@
#+common-lisp
(defmacro eval-when-compile (&body body)
- `(eval-when (:compile-toplevel :execute)
+ `(eval-when (:compile-toplevel :load-toplevel :execute)
,@body))
-(defvar *eval-when-compilations*)
(define-compilation eval-when-compile (&rest body)
(eval (cons 'progn body))
nil)