From 1d26537da53fee228b2f9d974d4806a06b76e33e Mon Sep 17 00:00:00 2001 From: "monty@hundin.mysql.fi" <> Date: Sun, 2 Dec 2001 14:34:01 +0200 Subject: Query cache. Remove some warnings --- regex/cclass.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'regex/cclass.h') diff --git a/regex/cclass.h b/regex/cclass.h index 7d9a7ccc7c2..e0f752f38b8 100644 --- a/regex/cclass.h +++ b/regex/cclass.h @@ -15,7 +15,7 @@ #define CCLASS_LAST 12 extern struct cclass { - char *name; - char *chars; - char *multis; + const char *name; + const char *chars; + const char *multis; } cclasses[]; -- cgit v1.2.1