Space changes.

* data/lalr1.cc: Formatting changes.
This commit is contained in:
Akim Demaille
2008-10-21 16:20:10 -05:00
parent 52cbbe845a
commit 482dc52fb7
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2008-10-28 Akim Demaille <demaille@gostai.com>
Space changes.
* data/lalr1.cc: Formatting changes.
2008-10-28 Akim Demaille <demaille@gostai.com>
Don't define debugging functions when !YYDEBUG.

View File

@@ -795,7 +795,7 @@ b4_error_verbose_if([, yytoken])[));
/* Shift the error token. */
YY_SYMBOL_PRINT ("Shifting", yystos_[yyn],
&yysemantic_stack_[0], &yylocation_stack_[0]);
&yysemantic_stack_[0], &yylocation_stack_[0]);
yystate = yyn;
goto yynewstate;