guile-devel
[Top][All Lists]
Advanced

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

Re: Guile 1.5.8 beta available for testing.


From: Marius Vollmer
Subject: Re: Guile 1.5.8 beta available for testing.
Date: 31 Aug 2002 14:01:22 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

"Lars J. Aas" <address@hidden> writes:

> : A fix would be to move the scm_t_signed_bits cast one level up, and
> : also in SCM_MOST_NEGATIVE_FIXNUM.  We should do that and put a
> : deriding comment about MS on the code.  OK?
> 
> Sounds reasonable.

However, in CVS HEAD, we use these definitions, to make them
computable by the preprocessor:

#define SCM_I_FIXNUM_BIT         (SCM_LONG_BIT - 2)
#define SCM_MOST_POSITIVE_FIXNUM ((SCM_T_SIGNED_BITS_MAX-3)/4)
#define SCM_MOST_NEGATIVE_FIXNUM (-SCM_MOST_POSITIVE_FIXNUM-1)

Does this work as well?

-- 
GPG: D5D4E405 - 2F9B BCCC 8527 692A 04E3  331E FAF8 226A D5D4 E405




reply via email to

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