1
0
mirror of https://github.com/MariaDB/server.git synced 2025-12-24 11:21:21 +03:00

Reorganization to restore generating charset C files from conf files

This commit is contained in:
bar@bar.mysql.r18.ru
2003-01-29 15:08:09 +04:00
parent b2c97a0f60
commit 08129eea2b
17 changed files with 4139 additions and 4067 deletions

View File

@@ -76,7 +76,7 @@ extern void regfree(regex_t *);
/* === reginit.c === */
extern void regex_init(void); /* Should be called for multithread progs */
extern void regex_init(CHARSET_INFO *cs); /* Should be called for multithread progs */
extern void regex_end(void); /* If one wants a clean end */
#ifdef __cplusplus