From: Paul Eggert Date: Wed, 28 Apr 2004 05:48:39 +0000 (+0000) Subject: (Parser::stos_) [! YYDEBUG]: Define even in this X-Git-Tag: BISON-2_0~172 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/45d5982f049027a480ec16f8005b99d2cdcc0ba7 (Parser::stos_) [! YYDEBUG]: Define even in this case, as stos_ is now used by destructors due to the 2004-02-09 change. --- diff --git a/data/lalr1.cc b/data/lalr1.cc index fba29b3b..9ac1677d 100644 --- a/data/lalr1.cc +++ b/data/lalr1.cc @@ -783,7 +783,6 @@ yy::]b4_parser_class_name[::check_[] = ]b4_check[ }; -#if YYDEBUG /* STOS_[STATE-NUM] -- The (internal number of the) accessing symbol of state STATE-NUM. */ const ]b4_int_type_for([b4_stos])[ @@ -792,6 +791,7 @@ yy::]b4_parser_class_name[::stos_[] = ]b4_stos[ }; +#if YYDEBUG /* TOKEN_NUMBER_[YYLEX-NUM] -- Internal token number corresponding to YYLEX-NUM. */ const ]b4_int_type_for([b4_toknum])[