Bugs in gcl cause maxima build failures



>>>>> "James" == James Amundson <amundson@users.sourceforge.net> writes:

    James> On Thu, 2002-05-02 at 08:49, Raymond Toy wrote:
    >> 
    >> Alternatively, perhaps we should remove destructuring-bind from
    >> ellipt.lisp, stuff it in, say, gcl-hacks.lisp, update/conditionalize
    >> maxima.system appropriately, and load gcl-hacks early.  Maybe include
    >> an ANSI loop function as well in gcl-hacks?  I think I have one.

    James> I think this is the right approach. Actually, I think we should have a
    James> gcl-hacks module.

Sounds good.

    James> ; (DEFUN LUN->STREAM ...) is being compiled.
    James> ;; Warning:  LUN->STREAM is proclaimed but not in *inline-functions* 
    >> 
    >> No idea what this means.  Maybe the declaim for lun->stream can be
    >> removed?  Not sure why that's there anymore.

    James> Actually, I already know the proclaims/declaims are screwed up. One more
    James> thing that should be fixed.

Please let me know what they are when you get a chance.  I should fix
these in f2cl as well.  Ideally, the 2 routines we've taken from f2cl
should be just copies of the sources from f2cl itself.

Ray