mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
(Parser::stos_) [! YYDEBUG]: Define even in this
case, as stos_ is now used by destructors due to the 2004-02-09 change.
This commit is contained in:
@@ -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])[
|
||||
|
||||
Reference in New Issue
Block a user