]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
* TODO: Remove dead items.
[bison.git] / data / lalr1.cc
index d8782fae88dd458e17a9482c6920cd432dc32db0..8f0ebe8f52de10e5df0f68b15a2a742ccd6df79c 100644 (file)
@@ -120,6 +120,8 @@ b4_syncline([@oline@], [@ofile@])
     {
       ]b4_token_enums(b4_tokens)[
     };
+    /// Token type.
+    typedef token::yytokentype token_type;
 
     /// Build a parser object.
     ]b4_parser_class_name[ (]b4_parse_param_decl[);