]> git.saurik.com Git - bison.git/blobdiff - tests/actions.at
Workaround for SGI C++ compiler.
[bison.git] / tests / actions.at
index d97e9164ce507d29660759021c97f08bc81f2e35..87126e8893dc5b8cbf17a76ded39ab90998655fb 100644 (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 ();
 }
 ],