Clean variable and function lookup information with the compilation unit
[jscl.git] / lispstrack.lisp
index 5a0bd79..3da8058 100644 (file)
      (lookup-function-translation x fenv))))
 
 #+common-lisp
-(defmacro eval-when-compile (&body body)
+c(defmacro eval-when-compile (&body body)
   `(eval-when (:compile-toplevel :load-toplevel :execute)
      ,@body))