]> git.saurik.com Git - bison.git/blobdiff - tests/calc.at
Simplify the C++ parser constructor.
[bison.git] / tests / calc.at
index 83ce28314b32363aa3a79f5e2c09a78d33770b4d..27598e613ecf3235425e5938b0b745cec2848e42 100644 (file)
@@ -136,7 +136,8 @@ yy::Parser::error_ ()
 int
 yyparse (AT_PARAM_IF([semantic_value *result, int *count]))
 {
-  yy::Parser parser (!!YYDEBUG[]AT_PARAM_IF([, result, count]));
+  yy::Parser parser[]AT_PARAM_IF([ (result, count)]);
+  parser.set_debug_level (!!YYDEBUG);
   return parser.parse ();
 }
 ],