bug-guile
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: Has bignumber support changed since 1.4?


From: Dirk Herrmann
Subject: RE: Has bignumber support changed since 1.4?
Date: Tue, 18 Sep 2001 22:34:26 +0200 (MEST)

On Thu, 13 Sep 2001, Crowder, Brian wrote:

> I managed to fix my crash, btw, by adding a cast to numbers.h at line 64,
> 
> #define SCM_MOST_POSITIVE_FIXNUM (long)((1L << (SCM_I_FIXNUM_BIT - 1)) - 1)

Instead of casting to long, I think scm_t_signed_bits might be a better
solution.  Except for this detail, I wouldn't mind if this patch was
applied.  Does someone else see problems with such a fix?  If not, I will
apply it to stable and development in the next days.

Thanks to you, Brian, for figuring this out.

Best regards
Dirk Herrmann




reply via email to

[Prev in Thread] Current Thread [Next in Thread]