]> git.saurik.com Git - bison.git/commitdiff
tests: remove useless location initialization.
authorAkim Demaille <akim@lrde.epita.fr>
Sat, 3 Nov 2012 16:29:07 +0000 (17:29 +0100)
committerAkim Demaille <akim@lrde.epita.fr>
Mon, 5 Nov 2012 12:13:19 +0000 (13:13 +0100)
* tests/glr-regression.at: here.
glr.c does initialize yylloc.

tests/glr-regression.at

index 07c9fe259bee75a5bfebde7a58dcaf8a98dea630..8570b19d77082c9a3da9b276157a6ff6f9da9535 100644 (file)
@@ -1543,13 +1543,6 @@ AT_DATA_GRAMMAR([glr-regr17.y],
   ]AT_YYLEX_DECLARE[
 %}
 
   ]AT_YYLEX_DECLARE[
 %}
 
-%initial-action {
-  @$.first_line = 1;
-  @$.first_column = 1;
-  @$.last_line = 1;
-  @$.last_column = 1;
-}
-
 %%
 
 /* Tests the case of an empty RHS that has inherited the location of the
 %%
 
 /* Tests the case of an empty RHS that has inherited the location of the