diff options
author | Tavian Barnes <tavianator@gmail.com> | 2010-02-09 23:50:06 -0500 |
---|---|---|
committer | Tavian Barnes <tavianator@gmail.com> | 2010-02-09 23:50:06 -0500 |
commit | 34a22822fb34224d8c49685e602d218a0efa6cfa (patch) | |
tree | a60727a06f455201cbfeda1482b573d5d27b406b | |
parent | 8bd846528da744e6fc2f741cb0f00e1434488727 (diff) | |
download | dimension-34a22822fb34224d8c49685e602d218a0efa6cfa.tar.xz |
Call DMNSN_T_LEX_ERROR a "parse error".
-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 "{" |