comment changes

* data/lalr1.cc: here.
This commit is contained in:
Akim Demaille
2012-11-01 15:38:32 +01:00
parent a7ab55af2a
commit b720fedf83

View File

@@ -510,12 +510,12 @@ do { \
int yychar = yyempty_;
int yytoken = 0;
/* State. */
// State.
int yyn;
int yylen = 0;
int yystate = 0;
/* Error handling. */
// Error handling.
int yynerrs_ = 0;
int yyerrstatus_ = 0;
@@ -580,7 +580,6 @@ b4_locations_if([, [[location*], [&yylloc]]])dnl
m4_ifdef([b4_lex_param], [, ]b4_lex_param))[;
}
/* Convert token to internal form. */
if (yychar <= yyeof_)
{