mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-09 12:23:04 +00:00
* data/lalr1.cc (translate_, destruct_): No reason to be static.
This commit is contained in:
@@ -1,3 +1,7 @@
|
|||||||
|
2004-09-02 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
|
* data/lalr1.cc (translate_, destruct_): No reason to be static.
|
||||||
|
|
||||||
2004-09-02 Akim Demaille <akim@epita.fr>
|
2004-09-02 Akim Demaille <akim@epita.fr>
|
||||||
|
|
||||||
* data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
|
* data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
|
||||||
|
|||||||
@@ -315,7 +315,7 @@ namespace yy
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Even more tables. */
|
/* Even more tables. */
|
||||||
static inline TokenNumberType translate_ (int token);
|
inline TokenNumberType translate_ (int token);
|
||||||
inline void destruct_ (int yytype, SemanticType *yyvaluep,
|
inline void destruct_ (int yytype, SemanticType *yyvaluep,
|
||||||
LocationType *yylocationp);
|
LocationType *yylocationp);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user