summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
diff options
context:
space:
mode:
authorThies C. Arntzen <thies@php.net>2000-04-20 07:24:56 +0000
committerThies C. Arntzen <thies@php.net>2000-04-20 07:24:56 +0000
commitc1c8422dbf0aa165e2519b7cb76c67e7259a5b4f (patch)
treeb6342cdf415398ccaa7eda2adbdab8043d7f63a8 /Zend/zend_operators.c
parent2b3a575ab31809cebec4d936604126cdc9df2d37 (diff)
downloadphp-git-c1c8422dbf0aa165e2519b7cb76c67e7259a5b4f.tar.gz
compile before commit! compile before commit! compile before commit!
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r--Zend/zend_operators.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c
index 96d7bf2aac..bcfe30c6f8 100644
--- a/Zend/zend_operators.c
+++ b/Zend/zend_operators.c
@@ -36,6 +36,7 @@
#ifndef finite /* in case it's already a macro */
#define finite(a) isfinite(a) /* HPUX 11 only has isfinite() */
#endif
+#endif
#if WITH_BCMATH
#include "ext/bcmath/number.h"