* data/lalr1.cc (translate_, destruct_): No reason to be static.

This commit is contained in:
Akim Demaille
2004-09-02 14:30:55 +00:00
parent 284acc8ba7
commit 0fe1f06d36
2 changed files with 5 additions and 1 deletions

View File

@@ -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.

View File

@@ -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);