bug-bison
[Top][All Lists]
Advanced

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

Re: bison bug.


From: Akim Demaille
Subject: Re: bison bug.
Date: 30 Dec 2001 11:24:45 +0100
User-agent: Gnus/5.0808 (Gnus v5.8.8) XEmacs/21.4 (Common Lisp)

>>>>> "Hans" == Hans Aberg <address@hidden> writes:

Hans> In C, there is no guarantee that ints are longer than shorts,
Hans> but one is guaranteed that longs contain values +/-(2^31-1), so
Hans> what one can do is the following: #if INT_MAX >= 2147483647
Hans> typedef int my_int; #else typedef long my_int; #endif

We don't want to move away from shorts.





reply via email to

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