summaryrefslogtreecommitdiff
path: root/examples/d/calc/calc.y
diff options
context:
space:
mode:
Diffstat (limited to 'examples/d/calc/calc.y')
-rw-r--r--examples/d/calc/calc.y2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/d/calc/calc.y b/examples/d/calc/calc.y
index 765ba382..d17ee8d6 100644
--- a/examples/d/calc/calc.y
+++ b/examples/d/calc/calc.y
@@ -20,7 +20,7 @@
%language "D"
%define api.parser.class {Calc}
-%define parse.error verbose
+%define parse.error detailed
%define parse.trace
%locations