(struct yyGLRStack): yyerror_range now has 3 items,
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Dec 2004 18:48:42 +0000 (18:48 +0000)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 14 Dec 2004 18:48:42 +0000 (18:48 +0000)
commit63d72da75b054c270111d24285df0538417a85d5
treec29754bf3c5429419261f9dcd2002edaf71d4a32
parentbbd3fa0c616137646fd69b85934c5343aea8db67
(struct yyGLRStack): yyerror_range now has 3 items,
not 2, since it's not portable to subtract 1 from the start of an
array.  The new item 0 is never set or used.  All uses changed.

(yyrecoverSyntaxError): Use YYLLOC_DEFAULT instead of assuming
the default definition of YYLLOC_DEFAULT.  Problem reported
by Frank Heckenbach.
data/glr.c