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


_______________________________________________
Bug-guile mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/bug-guile

Reply via email to