projects
/
jscl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9f6eb9e
)
Fix typo
author
David Vázquez
<davazp@gmail.com>
Fri, 3 May 2013 15:00:00 +0000
(16:00 +0100)
committer
David Vázquez
<davazp@gmail.com>
Fri, 3 May 2013 15:00:00 +0000
(16:00 +0100)
src/compiler.lisp
patch
|
blob
|
history
diff --git
a/src/compiler.lisp
b/src/compiler.lisp
index
4a0ff5c
..
e02f253
100644
(file)
--- a/
src/compiler.lisp
+++ b/
src/compiler.lisp
@@
-1639,7
+1639,7
@@
;; us replace the list representation version of the
;; function with the compiled one.
;;
- #+jscl (setf (binding-value macro-binding) compiled)
+ #+jscl (setf (binding-value b) compiled)
#+common-lisp (setf (gethash b *macroexpander-cache*) compiled)
(setq expander compiled))))
expander)