diff options
author | kent@mysql.com <> | 2005-09-29 02:08:24 +0200 |
---|---|---|
committer | kent@mysql.com <> | 2005-09-29 02:08:24 +0200 |
commit | 844d964f2d23e82697c0f3aed59dbf043f6e4128 (patch) | |
tree | 0554bc5de920ea134de4402fe122a1df5624513c /regex/debug.ih | |
parent | 7e6a78a1aea10b27d549c9b3210266c5e73a0cc9 (diff) | |
download | mariadb-git-844d964f2d23e82697c0f3aed59dbf043f6e4128.tar.gz |
Many files:
Prefix regex functions/types with "my_" as our
library is not compatible with normal regex lib.
my_regex.h:
Rename: regex/regex.h -> regex/my_regex.h
Diffstat (limited to 'regex/debug.ih')
-rw-r--r-- | regex/debug.ih | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/regex/debug.ih b/regex/debug.ih index 0d91e170437..1e1fb11177c 100644 --- a/regex/debug.ih +++ b/regex/debug.ih @@ -4,7 +4,7 @@ extern "C" { #endif /* === debug.c === */ -void regprint(regex_t *r, FILE *d); +void regprint(my_regex_t *r, FILE *d); static void s_print(CHARSET_INFO *charset, register struct re_guts *g, FILE *d); static char *regchar(CHARSET_INFO *charset, int ch,char *buf); |