]> git.saurik.com Git - bison.git/commitdiff
* data/lalr1.cc (translate_, destruct_): No reason to be static.
authorAkim Demaille <akim@epita.fr>
Thu, 2 Sep 2004 14:30:55 +0000 (14:30 +0000)
committerAkim Demaille <akim@epita.fr>
Thu, 2 Sep 2004 14:30:55 +0000 (14:30 +0000)
ChangeLog
data/lalr1.cc

index 2c84e58af5f1888069efc5dc94056b45cce413e7..0e8e9c2c7d582beab0fd1a174f66a8d1b8f6c65a 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
        * data/glr.c, yacc.c (YYDSYMPRINT): Remove, not used.
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);