]> granicus.if.org Git - php/commitdiff
Fix [-Wundef] warning in BCMath extension
authorGeorge Peter Banyard <girgias@php.net>
Tue, 12 May 2020 20:24:01 +0000 (22:24 +0200)
committerGeorge Peter Banyard <girgias@php.net>
Sat, 16 May 2020 13:31:11 +0000 (15:31 +0200)
ext/bcmath/bcmath.c

index b7afaf04d32ec40a981988c1d99a6980ff660e37..1b91fba72fe741707d62df2d221d115363c2d5aa 100644 (file)
@@ -20,7 +20,7 @@
 
 #include "php.h"
 
-#if HAVE_BCMATH
+#ifdef HAVE_BCMATH
 
 #include "php_ini.h"
 #include "zend_exceptions.h"