Manuel Giraud <[EMAIL PROTECTED]> writes: > I'm using cmucl-18e under FreeBSD and the following code doesn't work > while it works well with clisp: ... > ; Loading #p"/usr/home/manuel/print-obj-test.lisp". > Warning: Declaring A special. ... > ; (FORMAT STREAM "[F ~W ~W]" # #)) > ; Error: Attempt to bind a special or constant variable with SYMBOL-MACROLET: A.
Does it work if you put (setq ext:*top-level-auto-declare* nil) at the beginning of the file? Helmut.
