From 829cb75130d1edd88fa1d33e277f49167daedacf Mon Sep 17 00:00:00 2001 From: Tilman Sauerbeck Date: Sun, 23 Sep 2007 20:15:13 +0200 Subject: Fixed a bunch of const correctness bugs. --- xkbparse.y | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'xkbparse.y') diff --git a/xkbparse.y b/xkbparse.y index f3eb7fe..52afa2b 100644 --- a/xkbparse.y +++ b/xkbparse.y @@ -779,7 +779,7 @@ MapName : STRING { $$= scanStr; scanStr= NULL; } ; %% void -yyerror(char *s) +yyerror(const char *s) { if (warningLevel>0) { (void)fprintf(stderr,"%s: line %d of %s\n",s,lineNum, -- cgit v1.2.3