1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-27 18:02:13 +03:00

Reorganization to restore generating charset C files from conf files

This commit is contained in:
unknown
2003-01-29 15:08:09 +04:00
parent 231553039f
commit 2c2b14f9a2
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