bison-patches
[Top][All Lists]
Advanced

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

Re: address@hidden


From: Paul Eggert
Subject: Re: address@hidden
Date: Sun, 09 Jul 2006 17:39:59 -0700
User-agent: Gnus/5.1008 (Gnus v5.10.8) Emacs/21.4 (gnu/linux)

Akim Demaille <address@hidden> writes:

> Le 9 juil. 06 à 22:45, Paul Eggert a écrit :
>
>> +For C parsers, the output header declares @code{YYSTYPE} unless
>> unless
>
> Typo.

Thanks, I fixed that.

> Why do you no longer use errno?

There's no need.  The only error possible is ERANGE; in that case
strtol returns LONG_MIN or LONG_MAX, and the code's already-existing
bounds checking already does the right thing.




reply via email to

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