From 7eef42c72cc172a1ed8087e842905f42e737131d Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Fri, 5 Feb 2010 11:58:41 -0500 Subject: "Support" the #version directive. --- dimension/common.rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'dimension/common.rules') diff --git a/dimension/common.rules b/dimension/common.rules index 61c0bfd..0bf2557 100644 --- a/dimension/common.rules +++ b/dimension/common.rules @@ -450,7 +450,7 @@ COLOR_KEYWORD_ITEM: "identifier" { if (!symbol) { dmnsn_diagnostic(@1.first_filename, @1.first_line, @1.first_column, - "unbound identifier '%s'", $1); + "Unbound identifier '%s'", $1); free($1); YYERROR; } else if (symbol->type != DMNSN_AST_COLOR) { -- cgit v1.2.3