* data/yacc.c: Reformat m4 a little for readability.

* src/lalr.c (build_relations): Correct comment.
This commit is contained in:
Joel E. Denny
2008-05-13 05:35:33 +00:00
parent 013cb7f4e1
commit fa6aa7b3dd
5 changed files with 123 additions and 124 deletions

View File

@@ -160,7 +160,7 @@
typedef union YYSTYPE
{
/* Line 1681 of yacc.c */
/* Line 1676 of yacc.c */
#line 94 "parse-gram.y"
symbol *symbol;
@@ -174,7 +174,7 @@ typedef union YYSTYPE
/* Line 1681 of yacc.c */
/* Line 1676 of yacc.c */
#line 179 "parse-gram.h"
} YYSTYPE;
# define YYSTYPE_IS_TRIVIAL 1