style: formatting and comment changes

* data/glr.c: Avoid empty lines.
* data/lalr1.cc: Use the same comments as in glr.c and yacc.c.
This commit is contained in:
Akim Demaille
2015-08-11 13:40:02 +02:00
parent 0d40b36417
commit 55fb68aabf
2 changed files with 11 additions and 10 deletions

View File

@@ -844,7 +844,7 @@ b4_dollar_popdef])[]dnl
yylhs.value = yystack_@{0@}.value;])[
]b4_locations_if([dnl
[
// Compute the default @@$.
// Default location.
{
slice<stack_symbol_type, stack_type> slice (yystack_, yylen);
YYLLOC_DEFAULT (yylhs.location, slice, yylen);