mirror of
https://github.com/php/php-src.git
synced 2025-08-15 21:48:51 +02:00
Fix [-Wundef] warning in MBString extension
This commit is contained in:
parent
c19887496e
commit
68164f40ce
10 changed files with 73 additions and 73 deletions
|
@ -17,7 +17,7 @@
|
|||
#ifndef _PHP_MBREGEX_H
|
||||
#define _PHP_MBREGEX_H
|
||||
|
||||
#if HAVE_MBREGEX
|
||||
#ifdef HAVE_MBREGEX
|
||||
|
||||
#include "php.h"
|
||||
#include "zend.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue