Formatting changes.

* data/lalr1-fusion.cc, src/parse-gram.y: here.
This commit is contained in:
Akim Demaille
2008-07-25 21:29:43 +02:00
parent a2b93d5278
commit 3c26260608
3 changed files with 22 additions and 17 deletions

View File

@@ -1,3 +1,8 @@
2008-11-04 Akim Demaille <demaille@gostai.com>
Formatting changes.
* data/lalr1-fusion.cc, src/parse-gram.y: here.
2008-11-04 Akim Demaille <demaille@gostai.com>
Formatting changes.

View File

@@ -352,9 +352,9 @@ grammar_declaration:
;
/*----------*
/*---------.
| %union. |
*----------*/
`---------*/
%token PERCENT_UNION "%union";
@@ -541,9 +541,9 @@ rhs:
;
/*----------------------------*
/*---------------------------.
| variable and content.opt. |
*---------------------------*/
`---------------------------*/
variable:
ID
@@ -560,9 +560,9 @@ content.opt:
;
/*-------------*
/*------------.
| braceless. |
*-------------*/
`------------*/
braceless:
"{...}"
@@ -577,9 +577,9 @@ braceless:
;
/*---------------*
/*--------------.
| Identifiers. |
*---------------*/
`--------------*/
/* Identifiers are returned as uniqstr values by the scanner.
Depending on their use, we may need to make them genuine symbols. */