On Thu, Aug 28, 2008 at 09:13:30PM +0200, Waldek Hebisch wrote: > Well, this looks like most-negative-fixnum. You probably need to > change: > > (defmacro |SIntMin| () `(the |SInt| most-negative-fixnum)) > > to > > (defmacro |SIntMax| () '(the |SInt| (- (expt 2 31)))) ok, I wondered about that one anyways. Is there a significant difference between "`" and "'"? Now I can confirm it works with Martin's package where it failed up to now. Is there another test case?
Franz --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en -~----------~----~----~----~------~----~------~--~---
