summaryrefslogtreecommitdiff
path: root/regex/cname.h
diff options
context:
space:
mode:
authormonty@hundin.mysql.fi <>2001-12-02 14:34:01 +0200
committermonty@hundin.mysql.fi <>2001-12-02 14:34:01 +0200
commit1d26537da53fee228b2f9d974d4806a06b76e33e (patch)
tree8e30a64d5c7aaa0ba8554c4c316cc9b76a6724ca /regex/cname.h
parent8a8617075a9e6ae3537bb8d81c8f4ab62e77fa44 (diff)
downloadmariadb-git-1d26537da53fee228b2f9d974d4806a06b76e33e.tar.gz
Query cache.
Remove some warnings
Diffstat (limited to 'regex/cname.h')
-rw-r--r--regex/cname.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/regex/cname.h b/regex/cname.h
index 2b6a1a8496f..06865f3e102 100644
--- a/regex/cname.h
+++ b/regex/cname.h
@@ -1,7 +1,7 @@
/* character-name table */
static struct cname {
- char *name;
- char code;
+ const char *name;
+ const char code;
} cnames[] = {
{"NUL", '\0'},
{"SOH", '\001'},