X-Git-Url: https://git.saurik.com/bison.git/blobdiff_plain/30bb2edccf7f352a0c149513905f5e1fcac04aaf..6ed15cde294bb7503161e136371c6f36f51c6b3b:/data/lalr1.cc diff --git a/data/lalr1.cc b/data/lalr1.cc index c5433435..24b011bb 100644 --- a/data/lalr1.cc +++ b/data/lalr1.cc @@ -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