bug-bison
[Top][All Lists]
Advanced

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

Re: bison 2.0a token quoting change


From: Anthony Heading
Subject: Re: bison 2.0a token quoting change
Date: Fri, 22 Jul 2005 08:31:58 -0400
User-agent: Mozilla Thunderbird 1.0 (Windows/20041206)

Paul Eggert wrote:
I thought about this for a while, and looked at the documentation
(which doesn't match what the code does), and decided to revert the
change to yytname instead.

Great.  For me, that's the ideal solution.  Thanks.

Only remaining question - this array is hidden behind
#if YYDEBUG || YYERROR_VERBOSE
neither of which seem necessarily linked to all the
uses of the token string data.  Could it be
#if YYDEBUG || YYERROR_VERBOSE || YYTNAME
instead, just to provide a focussed way of exposing
the symbol?

Thanks!

Anthony




reply via email to

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