From 34a22822fb34224d8c49685e602d218a0efa6cfa Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Tue, 9 Feb 2010 23:50:06 -0500 Subject: Call DMNSN_T_LEX_ERROR a "parse error". --- dimension/common.terminals | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dimension') 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 "{" -- cgit v1.2.3