Fix typo
authorDavid Vázquez <davazp@gmail.com>
Fri, 3 May 2013 15:00:00 +0000 (16:00 +0100)
committerDavid Vázquez <davazp@gmail.com>
Fri, 3 May 2013 15:00:00 +0000 (16:00 +0100)
src/compiler.lisp

index 4a0ff5c..e02f253 100644 (file)
                ;; 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)