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

- compile fix for regex/regcomp.c spotted on Mac OS X

(too few arguments)


regex/regcomp.c:
   - compile fix spotted on Mac OS X (too few arguments)
This commit is contained in:
unknown
2004-06-15 12:58:58 +02:00
parent 964618ede2
commit fa4b3f0fcc

View File

@@ -884,7 +884,7 @@ int ch;
register char *oldend = p->end;
char bracket[3];
assert(othercase(ch) != ch); /* p_bracket() would recurse */
assert(othercase(p->charset, ch) != ch); /* p_bracket() would recurse */
p->next = bracket;
p->end = bracket+2;
bracket[0] = ch;