summaryrefslogtreecommitdiffstats
path: root/dimension/grammar.y
diff options
context:
space:
mode:
Diffstat (limited to 'dimension/grammar.y')
-rw-r--r--dimension/grammar.y2
1 files changed, 2 insertions, 0 deletions
diff --git a/dimension/grammar.y b/dimension/grammar.y
index 5a271cc..06260d4 100644
--- a/dimension/grammar.y
+++ b/dimension/grammar.y
@@ -188,6 +188,8 @@ yyerror(YYLTYPE *locp, dmnsn_array *astree, dmnsn_token_iterator *iterator,
%error-verbose
%token-table
+%name-prefix "dmnsn_yy"
+
%expect 0
%parse-param {dmnsn_array *astree}