* 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

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