mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
* data/lalr1.cc (yytranslate_): No longer inline.
This commit is contained in:
@@ -248,7 +248,7 @@ b4_error_verbose_if([, int tok])[);
|
||||
#endif
|
||||
|
||||
/// Convert a scanner token number to a symbol number.
|
||||
inline token_number_type yytranslate_ (int token);
|
||||
token_number_type yytranslate_ (int token);
|
||||
|
||||
/// \brief Reclaim the memory associated to a symbol.
|
||||
/// \param yymsg Why this token is reclaimed.
|
||||
|
||||
Reference in New Issue
Block a user