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
|
@ -35,7 +35,7 @@
|
|||
#include "php.h"
|
||||
#include "php_ini.h"
|
||||
|
||||
#if HAVE_MBSTRING
|
||||
#ifdef HAVE_MBSTRING
|
||||
|
||||
/* include case folding data generated from the official UnicodeData.txt file */
|
||||
#include "mbstring.h"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue