STACK-PUSH-VALUES did not get inlined

This commit is contained in:
jgarcia 2008-02-08 23:53:55 +00:00
parent a7a2937587
commit bebfeb179f
2 changed files with 2 additions and 2 deletions

View file

@ -163,7 +163,7 @@
(defun inline-possible (fname)
(not (or ; (compiler-<push-events)
(>= *debug* 2)
;(>= *debug* 2) Breaks compilation of STACK-PUSH-VALUES
(member fname *notinline* :test #'same-fname-p)
(and (symbolp fname) (get-sysprop fname 'CMP-NOTINLINE)))))

View file

@ -24,7 +24,7 @@ Returns, as a string, the location of the machine on which ECL runs."
(defun lisp-implementation-version ()
"Args:()
Returns the version of your ECL as a string."
"@PACKAGE_VERSION@ (CVS 2008-02-09 00:50)")
"@PACKAGE_VERSION@ (CVS 2008-02-09 00:53)")
(defun machine-type ()
"Args: ()