diff options
author | bar@mysql.com <> | 2006-03-23 13:05:13 +0400 |
---|---|---|
committer | bar@mysql.com <> | 2006-03-23 13:05:13 +0400 |
commit | 36e92839fcc30766be18070aece45546f4ef048b (patch) | |
tree | 266959d553307a856f3c74b5bd1cd8e1b62d0094 /include | |
parent | 1008146d86869a0c11e8bad638e81bb2e64c4f3e (diff) | |
download | mariadb-git-36e92839fcc30766be18070aece45546f4ef048b.tar.gz |
m_ctype.h:
Removing duplicate old definition.
After merge fix for bug#15375
Diffstat (limited to 'include')
-rw-r--r-- | include/m_ctype.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/m_ctype.h b/include/m_ctype.h index 78657bd1084..90b104d78f8 100644 --- a/include/m_ctype.h +++ b/include/m_ctype.h @@ -50,7 +50,6 @@ extern MY_UNICASE_INFO *my_unicase_turkish[256]; #define MY_CS_ILSEQ 0 #define MY_CS_ILUNI 0 -#define MY_CS_TOOSMALL -1 #define MY_CS_TOOFEW(n) (-1-(n)) /* wm_wc and wc_mb return codes */ |