mirror of
https://git.savannah.gnu.org/git/bison.git
synced 2026-03-23 19:23:02 +00:00
Workaround for SGI C++ compiler.
This commit is contained in:
@@ -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 ();
|
||||
}
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user