diff options
author | bar@gw.udmsearch.izhnet.ru <> | 2002-03-06 20:04:13 +0400 |
---|---|---|
committer | bar@gw.udmsearch.izhnet.ru <> | 2002-03-06 20:04:13 +0400 |
commit | 2eed4065503ac1feda16cf0bff49657980b9dd11 (patch) | |
tree | c6287ade2a44504c39beaf6f8b3da5437184fae4 /regex/debug.ih | |
parent | 576c9b8167a20a2daec4bb1678ff707075c29ff8 (diff) | |
download | mariadb-git-2eed4065503ac1feda16cf0bff49657980b9dd11.tar.gz |
Regex library is switched to use new ctype tools
to allow usage of many character sets at a time.
Diffstat (limited to 'regex/debug.ih')
-rw-r--r-- | regex/debug.ih | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regex/debug.ih b/regex/debug.ih index 532ec5086e5..0d91e170437 100644 --- a/regex/debug.ih +++ b/regex/debug.ih @@ -5,8 +5,8 @@ extern "C" { /* === debug.c === */ void regprint(regex_t *r, FILE *d); -static void s_print(register struct re_guts *g, FILE *d); -static char *regchar(int ch,char *buf); +static void s_print(CHARSET_INFO *charset, register struct re_guts *g, FILE *d); +static char *regchar(CHARSET_INFO *charset, int ch,char *buf); #ifdef __cplusplus } |