diff options
author | Xinchen Hui <laruence@gmail.com> | 2017-04-10 14:47:42 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@gmail.com> | 2017-04-10 14:47:42 +0800 |
commit | 65d77812fcc0275aed58fd74b8d17d09a7e21ef2 (patch) | |
tree | 2ca8b2dc909ab2d88a949b6846cf128e9cb21538 /ext/bcmath/libbcmath/src | |
parent | d65459f4eb764a77668a8f870ea85f3bbd12a13c (diff) | |
parent | 4bebcb84ad47e687fc3ef3a01b875aa04dfb72d0 (diff) | |
download | php-git-65d77812fcc0275aed58fd74b8d17d09a7e21ef2.tar.gz |
Merge branch 'PHP-7.0' into PHP-7.1
* PHP-7.0:
Fixed condition check
Diffstat (limited to 'ext/bcmath/libbcmath/src')
-rw-r--r-- | ext/bcmath/libbcmath/src/config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/bcmath/libbcmath/src/config.h b/ext/bcmath/libbcmath/src/config.h index cc29a15f95..100163d383 100644 --- a/ext/bcmath/libbcmath/src/config.h +++ b/ext/bcmath/libbcmath/src/config.h @@ -1,4 +1,4 @@ -#if PHP_WIN32 +#ifdef PHP_WIN32 #include "../../../../main/config.w32.h" #else #include <php_config.h> |