Raymond Toy pushed to branch rtoy-fix-24-compile-foo at cmucl / cmucl

Commits:

1 changed file:

Changes:

  • src/compiler/main.lisp
    ... ... @@ -2041,11 +2041,7 @@
    2041 2041
     		     ((or cons eval:interpreted-function)
    
    2042 2042
     		      `#',(get-lambda-to-compile definition))
    
    2043 2043
     		     (function
    
    2044
     		      (multiple-value-bind (exp lexenv)
    
    2045
     			  (function-lambda-expression definition)
    
    2046
     			(if (and exp (not lexenv))
    
    2047
     			    `#',exp
    
    2048
     			    definition)))))
    
    2044
     		      definition)))
    
    2049 2045
     	     (*source-info* (make-lisp-source-info form))
    
    2050 2046
     	     (*top-level-lambdas* ())
    
    2051 2047
     	     (*converting-for-interpreter* nil)