diff options
author | unknown <bar@gw.udmsearch.izhnet.ru> | 2002-03-06 17:44:43 +0400 |
---|---|---|
committer | unknown <bar@gw.udmsearch.izhnet.ru> | 2002-03-06 17:44:43 +0400 |
commit | 0cc0dbc1ed62ac8c98664077cb8cca6e117899d8 (patch) | |
tree | 162ee341ea0ce026de8b530629e9e5c2bddc993f /strings/ctype-gb2312.c | |
parent | 1a7c7d763cb34b52c723c526b2e8b38432e7dec1 (diff) | |
download | mariadb-git-0cc0dbc1ed62ac8c98664077cb8cca6e117899d8.tar.gz |
Charsets related things are prepared by configure in new way.
This is to simplify maintaining charsets, especially changing
CHARSET_INFO structure.
acconfig.h:
New defines for charsets
configure.in:
New way to build charsets
include/m_ctype.h:
Prototypes, moved from ctype_autoconf.c
libmysql/Makefile.shared:
Removed ctype_autoconf.c and ctype_extra_sources.c from target dependancies
strings/Makefile.am:
The same with above
strings/conf_to_src.c:
Remove unnecessary comment
strings/ctype-czech.c:
Fix for possible bugs that prototypes was not included
strings/ctype-euc_kr.c:
Fix for possible bugs that prototypes was not included
strings/ctype-gb2312.c:
Fix for possible bugs that prototypes was not included
strings/ctype-ujis.c:
Fix for possible bugs that prototypes was not included
strings/ctype.c:
Move tables from ctype_extra_sources.c and hide them under #ifdefs
Diffstat (limited to 'strings/ctype-gb2312.c')
-rw-r--r-- | strings/ctype-gb2312.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/strings/ctype-gb2312.c b/strings/ctype-gb2312.c index 28717d98403..7b9b22f0227 100644 --- a/strings/ctype-gb2312.c +++ b/strings/ctype-gb2312.c @@ -26,6 +26,7 @@ #include <my_global.h> #include "m_string.h" +#include "m_ctype.h" uchar NEAR ctype_gb2312[257] = { |