]> git.saurik.com Git - bison.git/commitdiff
* data/yacc.c (YY_LOCATION_PRINT): Use YYLTYPE_IS_TRIVIAL as a
authorAkim Demaille <akim@epita.fr>
Mon, 20 Sep 2004 12:24:45 +0000 (12:24 +0000)
committerAkim Demaille <akim@epita.fr>
Mon, 20 Sep 2004 12:24:45 +0000 (12:24 +0000)
clearer criterion to define it.
(parse): Initialize the initial location when YYLTYPE_IS_TRIVIAL.
When reducing on an empty RHS, use the latest stacked location as
location.
yylloc is not always available.
* data/glr.c: Likewise.
Also, honor initial-actions.


No differences found