]> git.saurik.com Git - bison.git/blobdiff - data/lalr1.cc
yysyntax_error: avoid duplicate lookahead collection.
[bison.git] / data / lalr1.cc
index ac2fa35bc6e294d3778511b053d65a0ce8b4caee..1a2777e9ce9eaccd5fadbdf69a102f061271a5b4 100644 (file)
@@ -29,7 +29,7 @@ m4_define([b4_integral_parser_table_declare],
 ])
 
 # b4_integral_parser_table_define(TABLE-NAME, CONTENT, COMMENT)
-# ---------------------------------------------
+# -------------------------------------------------------------
 # Define "parser::yy<TABLE-NAME>_" which contents is CONTENT.
 m4_define([b4_integral_parser_table_define],
 [  const b4_int_type_for([$2])
@@ -321,7 +321,7 @@ do {                                                            \
       /// The state.
       state_type state;
 
-      /// Return the type corresponding to this state.
+      /// The type (corresponding to \a state).
       inline int type_get_ () const;
     };