diff options
Diffstat (limited to 'ext/mbstring/php_unicode.h')
-rw-r--r-- | ext/mbstring/php_unicode.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/php_unicode.h b/ext/mbstring/php_unicode.h index 2cd6dd9539..26d0979ca4 100644 --- a/ext/mbstring/php_unicode.h +++ b/ext/mbstring/php_unicode.h @@ -31,7 +31,7 @@ #ifndef PHP_UNICODE_H #define PHP_UNICODE_H -#if HAVE_MBSTRING +#ifdef HAVE_MBSTRING #define UC_MN 0 /* Mark, Non-Spacing */ #define UC_MC 1 /* Mark, Spacing Combining */ |