]> git.saurik.com Git - bison.git/blobdiff - tests/calc.at
Fix some nits reported by twlevo.
[bison.git] / tests / calc.at
index 1e9756f09e32b5588e2d8b75d23706ece4f51262..909b4a6c5c4a84992968caf61784dacc0fc1e0a7 100644 (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);
 }
 ])[