]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
* data/lalr1.cc (yytranslate_): No longer inline.
[bison.git] / data / lalr1.cc
index 594465c09e04319393c0084489b97c88b0bd9c72..d8782fae88dd458e17a9482c6920cd432dc32db0 100644 (file)
@@ -248,7 +248,7 @@ b4_error_verbose_if([, int tok])[);
 #endif
 
     /// Convert a scanner token number to a symbol number.
-    inline token_number_type yytranslate_ (int token);
+    token_number_type yytranslate_ (int token);
 
     /// \brief Reclaim the memory associated to a symbol.
     /// \param yymsg        Why this token is reclaimed.