]> git.saurik.com Git - bison.git/commit - ChangeLog
* data/glr.c (yyFail): Drastically simplify; since the format argument
authorPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2005 04:12:23 +0000 (04:12 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Wed, 6 Jul 2005 04:12:23 +0000 (04:12 +0000)
commitfd2df2ede47e0254d528ffb890a6d5b9b1dbb3a6
tree7da8f3175de6de0d80916d1b3ef10ac10d718780
parent63cb01d656aadba43f5ad2feb935bf32546002f2
* data/glr.c (yyFail): Drastically simplify; since the format argument
never had any % directives, we can simply pass it to yyerror.
(yyparse): Use "t a; a=b;" rather than "t a = b;" when a will
be modified later, as that is the usual style in glr.c.
ChangeLog
data/glr.c