summaryrefslogtreecommitdiff
path: root/src/sp_pcre_compat.h
diff options
context:
space:
mode:
authorjvoisin2021-01-01 16:31:33 +0100
committerjvoisin2021-01-01 16:31:33 +0100
commit837fbdb88a513500520f057d27bdfedd0d3995ca (patch)
treea311472f26ac4358f5c03311ea37e99e7d4facd7 /src/sp_pcre_compat.h
parent0127dd9b9d1d81dbeb674bd956a10fbd83f42cdd (diff)
Constify a function
Diffstat (limited to 'src/sp_pcre_compat.h')
-rw-r--r--src/sp_pcre_compat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sp_pcre_compat.h b/src/sp_pcre_compat.h
index b70630d..11f7f7c 100644
--- a/src/sp_pcre_compat.h
+++ b/src/sp_pcre_compat.h
@@ -7,7 +7,6 @@
7#undef pcre_exec 7#undef pcre_exec
8#undef pcre_compile 8#undef pcre_compile
9 9
10
11#define PCRE2_CODE_UNIT_WIDTH 8 10#define PCRE2_CODE_UNIT_WIDTH 8
12#if PHP_VERSION_ID >= 70300 11#if PHP_VERSION_ID >= 70300
13#define SP_HAS_PCRE2 12#define SP_HAS_PCRE2