Replace (PROGN 'COMPILE ...) with (PROGN ...)
commitc3a3b695f699ba7ae1463efa850b8d19c6812e6e
authorKris Katterjohn <katterjohn@gmail.com>
Sat, 18 May 2019 19:02:39 +0000 (18 14:02 -0500)
committerKris Katterjohn <katterjohn@gmail.com>
Sat, 18 May 2019 19:02:39 +0000 (18 14:02 -0500)
treedefc00d1e182019b262c51d4bc0c23231ad989c1
parentaea8926e3ad89c68d0a0966a644823412c49f850
Replace (PROGN 'COMPILE ...) with (PROGN ...)

In Maclisp and Franz Lisp the quoted COMPILE in (PROGN 'COMPILE ...)
was required at top level to tell the compiler to actually compile
the subforms as top level forms.  Treating the subforms as top level
forms in this case is standard Common Lisp, so let's get rid of the
quoted symbol that doesn't do anything useful anymore.

There were many more of these (PROGN 'COMPILE ...) forms in the past,
but they have since been changed or removed.
share/affine/amacros.lisp
src/mdebug.lisp
src/nparse.lisp