From 68164f40ce1909208cfa47fe9c2134718bd780a5 Mon Sep 17 00:00:00 2001 From: George Peter Banyard Date: Tue, 12 May 2020 17:59:17 +0200 Subject: Fix [-Wundef] warning in MBString extension --- ext/mbstring/php_mbregex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/mbstring/php_mbregex.h') diff --git a/ext/mbstring/php_mbregex.h b/ext/mbstring/php_mbregex.h index 64463da01c..78b9142542 100644 --- a/ext/mbstring/php_mbregex.h +++ b/ext/mbstring/php_mbregex.h @@ -17,7 +17,7 @@ #ifndef _PHP_MBREGEX_H #define _PHP_MBREGEX_H -#if HAVE_MBREGEX +#ifdef HAVE_MBREGEX #include "php.h" #include "zend.h" -- cgit v1.2.1