Workaround for SGI C++ compiler.

This commit is contained in:
Paul Eggert
2004-05-29 07:16:29 +00:00
parent fd418816b9
commit 2905865228
3 changed files with 7 additions and 2 deletions

View File

@@ -476,7 +476,7 @@ static bool yydebug;
int
yyparse ()
{
yy::Parser parser (yydebug, yy::Location::Location ());
yy::Parser parser (yydebug, yy::Location ());
return parser.parse ();
}
],