projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1712b0b
)
%compile-defmacro compiles the name as a symbol
author
David Vázquez
<davidv@eyecarepro.net>
Wed, 16 Jan 2013 12:41:15 +0000
(12:41 +0000)
committer
David Vázquez
<davidv@eyecarepro.net>
Wed, 16 Jan 2013 12:41:15 +0000
(12:41 +0000)
ecmalisp.lisp
patch
|
blob
|
history
diff --git
a/ecmalisp.lisp
b/ecmalisp.lisp
index
071879e
..
31f67fa
100644
(file)
--- a/
ecmalisp.lisp
+++ b/
ecmalisp.lisp
@@
-24,8
+24,6
@@
#+ecmalisp
(progn
-
- 'defmacro
(eval-when-compile
(%compile-defmacro 'defmacro
'(lambda (name args &rest body)
@@
-811,6
+809,7
@@
(reverse (remove-if #'null-or-empty-p *toplevel-compilations*)))
(defun %compile-defmacro (name lambda)
+ (toplevel-compilation (ls-compile `',name))
(push-to-lexenv (make-binding name 'macro lambda t) *environment* 'function))
(defvar *compilations* nil)