On Tue, 2004-07-13 at 18:47, Camm Maguire wrote:
> Greetings! Just a quick note to see if you saw my recent post on
> this. I think the problem is that the logic
>
> #+cl ((and (numberp x) (numberp y)) (f* x y))
>
> in mul2* of opers.lisp is not right, given that (f* ...) expands into
> (the fixnum ...)
Yes. It looks like that was ultimately the problem.
> I'm guessing someone is pushing cl to *features* in the latest maxima
> cvs build, but not in 5.9.0.
No change there. cl has been a part of features for all lisps since
5.9.0.
Wolfgang Jenkner found the real change.
> Also would appreciate your thoughts on the function proclamation issue
> I raised if/when you get a chance.
See later message...
--Jim