[Ecls-list] Maxima + ECL status report

Juan Jose Garcia-Ripoll juanjose.garciaripoll at googlemail.com
Sun Jun 22 21:47:57 UTC 2008


The following patch is needed to compile Maxima with the latest changes.

Juanjo

Index: ecl-port.lisp
===================================================================
RCS file: /cvsroot/maxima/maxima/src/Attic/ecl-port.lisp,v
retrieving revision 1.1.2.4
diff -u -r1.1.2.4 ecl-port.lisp
--- ecl-port.lisp	21 Jun 2008 21:43:33 -0000	1.1.2.4
+++ ecl-port.lisp	22 Jun 2008 21:46:57 -0000
@@ -32,7 +32,7 @@
 ;;;

 #+ecl
-(progn
+(eval-when (:execute :load-toplevel :compile-toplevel)
   (format t "~&;;; SHADOWING COERCE")
   (shadow 'cl:coerce)
   (intern "COERCE")




More information about the ecl-devel mailing list