From 74cca641557196512468fafe77d22bfea4f243ea Mon Sep 17 00:00:00 2001 From: Alexander Barkov Date: Mon, 3 Feb 2014 08:54:12 +0400 Subject: Upgrading the bundled PCRE to 8.34 --- pcre/pcreposix.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'pcre/pcreposix.h') 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. */ -- cgit v1.2.1