]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
Make parser::yytranslate static.
[bison.git] / data / lalr1.cc
index c5433435dae960def37b7807e5323863375b77b7..24b011bbd93c0903c5477cb923a894514d722567 100644 (file)
@@ -497,7 +497,7 @@ m4_ifdef([b4_stype],
 #endif
 
     /// Convert a scanner token number \a t to a symbol number.
-    token_number_type yytranslate_ (int t);
+    static inline token_number_type yytranslate_ (int t);
 
     /// A complete symbol, with its type.
     template <typename Exact>