+2004-05-28 Albert Chin-A-Young <china@thewrittenword.com>
+
+ * tests/calc.at, tests/actions.at: Workaround for SGI
+ C++ compiler. (trivial change)
+
2004-05-27 Paul Eggert <eggert@cs.ucla.edu>
Spent a few hours checking out which prerequisite versions the
int
yyparse ()
{
- yy::Parser parser (yydebug, yy::Location::Location ());
+ yy::Parser parser (yydebug, yy::Location ());
return parser.parse ();
}
],
int
yyparse (AT_PARAM_IF([semantic_value *result, int *count]))
{
- yy::Parser parser (!!YYDEBUG[]AT_LOCATION_IF([, yy::Location::Location ()])AT_PARAM_IF([, result, count]));
+ yy::Parser parser (!!YYDEBUG[]AT_LOCATION_IF([, yy::Location ()])AT_PARAM_IF([, result, count]));
return parser.parse ();
}
],