* data/glr.c: Reorder typedef declarations for structs to match order

of struct declarations.
Rename yystack everywhere to yystackp except in yyparse where it's not
a pointer.
(yyglrShift): Change parameter YYSTYPE yysval to YYSTYPE* yyvalp for
consistency.
(yyis_table_ninf): Change 0 to YYID (0) to pacify lint.
(yyreportSyntaxError): Add /*ARGSUSED*/ to pacify lint.
(yyparse): Change while (yytrue) to while ( YYID (yytrue)) to pacify
lint.
This commit is contained in:
Paul Eggert
2005-12-12 21:04:39 +00:00
parent 26546b4258
commit 3e7a2cd95f
2 changed files with 249 additions and 227 deletions

File diff suppressed because it is too large Load Diff