command-line.lisp



Revision 1.16 of command-line.lisp will not build with
cmucl 19d. Here is the error message:

Error in batch processing:
Read error at 5822:
  "(if (boundp 'ext:*command-line-application-arguments*/\)"
Reader error at 5824 on #<Stream for file
"/home/work/maxima/sandbox/maxima/src/command-line.lisp">:
Symbol "*COMMAND-LINE-APPLICATION-ARGUMENTS*" not found in the
EXTENSIONS package.

The correct stanza, I think, is

(if (boundp 'ext::*command-line-application-arguments*)
          ext::*command-line-application-arguments*
          (rest ext:*command-line-strings*))

Leo

-- 
The University of Edinburgh is a charitable body, registered in
Scotland, with registration number SC005336.