>>>>> "Sam" == Sam Steingold <sds@gnu.org> writes:
Sam> I am confused. If this is a maxima bug, why does it manifest itself on
Sam> _both_ CVS CLISP and CVS CMUCL but not released versions?
It is a maxima bug. It's caused by (type-of 1) not returning 'fixnum
anymore. CVS CMUCL returns '(integer 1 1) and, I think, CVS Clisp
returns 'bit.
The original maxima code was essentially testing to see if (typep 3
(type-of 1)), which no longer works.
Ray