mirror of
https://github.com/MariaDB/server.git
synced 2026-05-16 20:07:13 +02:00
Upgrading the bundled PCRE to 8.34
This commit is contained in:
parent
2acc01b3cf
commit
74cca64155
169 changed files with 12249 additions and 6809 deletions
|
|
@ -64,10 +64,6 @@ extern "C" {
|
|||
#define REG_UNGREEDY 0x0200 /* NOT defined by POSIX; maps to PCRE_UNGREEDY */
|
||||
#define REG_UCP 0x0400 /* NOT defined by POSIX; maps to PCRE_UCP */
|
||||
|
||||
/*Defined in regex.h */
|
||||
#define REG_ATOI 255 /* convert name to number (!) */
|
||||
#define REG_ITOA 0400 /* convert number to name (!) */
|
||||
|
||||
/* This is not used by PCRE, but by defining it we make it easier
|
||||
to slot PCRE into existing programs that make POSIX calls. */
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue