diff options
Diffstat (limited to 'pcre/pcreposix.h')
-rw-r--r-- | pcre/pcreposix.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pcre/pcreposix.h b/pcre/pcreposix.h index b900a9697f3..c77c0b0523c 100644 --- a/pcre/pcreposix.h +++ b/pcre/pcreposix.h @@ -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. */ |