Skip to content

Commit 8fe3547

Browse files
committed
Fix [-Wundef] warning in BCMath extension
1 parent dd8b9bf commit 8fe3547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ext/bcmath/bcmath.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020

2121
#include "php.h"
2222

23-
#if HAVE_BCMATH
23+
#ifdef HAVE_BCMATH
2424

2525
#include "php_ini.h"
2626
#include "zend_exceptions.h"

0 commit comments

Comments
 (0)