[Openmcl-devel] errors for wrong number of argumments?
Barton Willis
willisb at unk.edu
Wed May 29 09:01:04 PDT 2013
________________________________________
> I'd be very surprised if the Windows version of CCL 1.9 was built that way (and no one noticed ...),
> and you might want to run CCL with the -n or --no-init option to see if something in your init file is affecting those settings.
Thanks for the information. All is well: my long forgotten init file is the culprit:
$ wx86cl -no-init
Welcome to Clozure Common Lisp Version 1.9-r15764 (WindowsX8632)!
? (ccl:declaration-information 'optimize nil)
((SPEED 1) (SAFETY 1) (COMPILATION-SPEED 1) (SPACE 1) (DEBUG 1))
$ wx86cl
Welcome to Clozure Common Lisp Version 1.9-r15764 (WindowsX8632)!
? (ccl:declaration-information 'optimize nil)
((SPEED 3) (SAFETY 0) (COMPILATION-SPEED 0) (SPACE 1) (DEBUG 0))
--Barton
More information about the Openmcl-devel
mailing list