diff options
author | bar@gw.udmsearch.izhnet.ru <> | 2002-03-19 20:03:10 +0400 |
---|---|---|
committer | bar@gw.udmsearch.izhnet.ru <> | 2002-03-19 20:03:10 +0400 |
commit | 1ebab2be72b48346002ad58b8066b7a448b675db (patch) | |
tree | 9e73fc04adbb3cc7fd267b5624f7bed06ee2788d /strings/ctype-sjis.c | |
parent | b226bad64aae0ccaba22f507a7011e7b2fee11c7 (diff) | |
download | mariadb-git-1ebab2be72b48346002ad58b8066b7a448b675db.tar.gz |
Configure.in/Makefile.in charset related things are now earier to maintain
Fixes in charset related C++ code
Diffstat (limited to 'strings/ctype-sjis.c')
-rw-r--r-- | strings/ctype-sjis.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/strings/ctype-sjis.c b/strings/ctype-sjis.c index f3c5d8a2920..79d4e8a94c7 100644 --- a/strings/ctype-sjis.c +++ b/strings/ctype-sjis.c @@ -21,6 +21,9 @@ #include "m_string.h" #include "m_ctype.h" +#ifdef HAVE_CHARSET_sjis + + /* * This comment is parsed by configure to create ctype.c, * so don't change it unless you know what you are doing. @@ -308,3 +311,5 @@ my_bool my_like_range_sjis(CHARSET_INFO *cs, *min_str++ = *max_str++ = ' '; /* Because if key compression */ return 0; } + +#endif |