Fix [-Wundef] warning in MBString extension

This commit is contained in:
George Peter Banyard 2020-05-12 17:59:17 +02:00
parent c19887496e
commit 68164f40ce
10 changed files with 73 additions and 73 deletions

View file

@ -17,7 +17,7 @@
#ifndef _PHP_MBREGEX_H
#define _PHP_MBREGEX_H
#if HAVE_MBREGEX
#ifdef HAVE_MBREGEX
#include "php.h"
#include "zend.h"