diff options
Diffstat (limited to 'dimension')
-rw-r--r-- | dimension/common.terminals | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dimension/common.terminals b/dimension/common.terminals index 9da3b42..f7428aa 100644 --- a/dimension/common.terminals +++ b/dimension/common.terminals @@ -20,7 +20,7 @@ *************************************************************************/ %token DMNSN_T_EOF 0 "end-of-file" -%token DMNSN_T_LEX_ERROR "error" +%token DMNSN_T_LEX_ERROR "parse error" /* Punctuation */ %token DMNSN_T_LBRACE "{" |