diff --git a/src/cmp/cmpenv.lsp b/src/cmp/cmpenv.lsp index 0483a105e..e5f20e7ec 100644 --- a/src/cmp/cmpenv.lsp +++ b/src/cmp/cmpenv.lsp @@ -163,7 +163,7 @@ (defun inline-possible (fname) (not (or ; (compiler-= *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))))) diff --git a/src/lsp/config.lsp.in b/src/lsp/config.lsp.in index f49a30f4a..142fbb378 100644 --- a/src/lsp/config.lsp.in +++ b/src/lsp/config.lsp.in @@ -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: ()