GCL CVS patch



Hi there.

Maybe I missed an email somewhere, but to build CVS Maxima with CVS GCL I
had to make the following alteration:

$ cvs diff lisp-utils/defsystem.lisp
Index: lisp-utils/defsystem.lisp
===================================================================
RCS file: /cvsroot/maxima/maxima/lisp-utils/defsystem.lisp,v
retrieving revision 1.4
diff -r1.4 defsystem.lisp
988a989,991
> #+gcl
> (defpackage "MAKE" (:use "LISP") (:nicknames "MK"))
>

Cheers

Mike Thomas