summaryrefslogtreecommitdiffstats
path: root/dimension/common.rules
diff options
context:
space:
mode:
authorTavian Barnes <tavianator@gmail.com>2010-02-05 11:58:41 -0500
committerTavian Barnes <tavianator@gmail.com>2010-02-05 11:58:41 -0500
commit7eef42c72cc172a1ed8087e842905f42e737131d (patch)
treef48e27bbb5cc74cc23b1f3fc5f87bf90256d4072 /dimension/common.rules
parent6db4b9c77718c0d5346301815283a6dcbe28689d (diff)
downloaddimension-7eef42c72cc172a1ed8087e842905f42e737131d.tar.xz
"Support" the #version directive.
Diffstat (limited to 'dimension/common.rules')
-rw-r--r--dimension/common.rules2
1 files changed, 1 insertions, 1 deletions
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) {