* tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial

location, not just parts of it.
This commit is contained in:
Akim Demaille
2006-01-19 12:47:17 +00:00
parent 51cbef6f63
commit ed94ef2ae4
2 changed files with 6 additions and 1 deletions

View File

@@ -1,3 +1,8 @@
2006-01-19 Akim Demaille <akim@epita.fr>
* tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
location, not just parts of it.
2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
* NEWS: Document the fact that multiple %unions are now allowed.

View File

@@ -99,7 +99,7 @@ static void unget_char (]AT_LEX_PRE_FORMALS[ int c);
are stored in a union, from which objects with constructors are
excluded in C++. */
%initial-action {
@$.begin.filename = @$.end.filename = 0;
@$.initialize (0);
}
])[