tests: remove useless location initializations

* tests/actions.at, tests/calc.at: here.
This commit is contained in:
Akim Demaille
2012-11-06 15:42:50 +01:00
parent 41a4806a82
commit d03c0413f0
2 changed files with 1 additions and 27 deletions

View File

@@ -284,17 +284,6 @@ static int power (int base, int exponent);
]AT_YYLEX_DECLARE_EXTERN[
}
]AT_SKEL_CC_IF([AT_LOCATION_TYPE_IF([], [[
/* The lalr1.cc skeleton, for backward compatibility, defines
a constructor for position that initializes the filename. The
glr.cc skeleton does not (and in fact cannot: location/position
are stored in a union, from which objects with constructors are
excluded in C++). */
%initial-action {
@$.initialize ();
}
]])])[
/* Bison Declarations */
%token CALC_EOF 0 "end of input"
%token <ival> NUM "number"