From 48f927e9694fcfd76d9fe97542359c8b0bd0a46d Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 4 Jan 2021 19:32:08 +0100 Subject: Fix #368 build with system libpcre --- src/sp_pcre_compat.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/sp_pcre_compat.h') diff --git a/src/sp_pcre_compat.h b/src/sp_pcre_compat.h index 11f7f7c..14c33b2 100644 --- a/src/sp_pcre_compat.h +++ b/src/sp_pcre_compat.h @@ -4,9 +4,6 @@ #include #include -#undef pcre_exec -#undef pcre_compile - #define PCRE2_CODE_UNIT_WIDTH 8 #if PHP_VERSION_ID >= 70300 #define SP_HAS_PCRE2 -- cgit v1.3