Akim Demaille <[EMAIL PROTECTED]> 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