]> git.saurik.com Git - bison.git/commit
* data/glr.c: Reorder typedef declarations for structs to match order
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Dec 2005 21:04:39 +0000 (21:04 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 12 Dec 2005 21:04:39 +0000 (21:04 +0000)
commit3e7a2cd95f9ca7ee02eca7ca91df5b4a85fea9ff
tree42af81da743333bf31172f3507c999a712e5cc01
parent26546b425840a0a8bf213c297257b16b129dab65
* 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.
ChangeLog
data/glr.c