mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-21 02:03:03 +00:00
* tests/calc.at (_AT_DATA_CALC_Y): Initialize the whole initial
location, not just parts of it.
This commit is contained in:
@@ -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>
|
2006-01-18 Paul Eggert <eggert@cs.ucla.edu>
|
||||||
|
|
||||||
* NEWS: Document the fact that multiple %unions are now allowed.
|
* NEWS: Document the fact that multiple %unions are now allowed.
|
||||||
|
|||||||
@@ -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
|
are stored in a union, from which objects with constructors are
|
||||||
excluded in C++. */
|
excluded in C++. */
|
||||||
%initial-action {
|
%initial-action {
|
||||||
@$.begin.filename = @$.end.filename = 0;
|
@$.initialize (0);
|
||||||
}
|
}
|
||||||
])[
|
])[
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user