mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 04:13:03 +00:00
* data/lalr1.cc (translate_, destruct_): No reason to be static.
This commit is contained in:
@@ -315,7 +315,7 @@ namespace yy
|
||||
#endif
|
||||
|
||||
/* Even more tables. */
|
||||
static inline TokenNumberType translate_ (int token);
|
||||
inline TokenNumberType translate_ (int token);
|
||||
inline void destruct_ (int yytype, SemanticType *yyvaluep,
|
||||
LocationType *yylocationp);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user