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