]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
* data/lalr1.cc (translate_, destruct_): No reason to be static.
[bison.git] / data / lalr1.cc
index 3ab08b26c02a8f78ee91dd60f5ebfa3b75140aa3..7cc296cf2c43474959e9c6b86e1bef1132bc3ae1 100644 (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);