* src/bison.s1 (yyparse): Reorganize the definitions of the stacks

and related variables so that the similarities are highlighted.
This commit is contained in:
Akim Demaille
2000-03-16 16:00:07 +00:00
parent b07b484a41
commit bb10be5408
3 changed files with 59 additions and 36 deletions

View File

@@ -1,3 +1,8 @@
2000-03-16 Akim Demaille <akim@epita.fr>
* src/bison.s1 (yyparse): Reorganize the definitions of the stacks
and related variables so that the similarities are highlighted.
2000-03-16 Akim Demaille <akim@epita.fr>
* src/bison.s1: Properly indent CPP directives.