summaryrefslogtreecommitdiff
path: root/Zend/zend_operators.c
diff options
context:
space:
mode:
authorSascha Schumann <sas@php.net>2000-06-14 19:55:32 +0000
committerSascha Schumann <sas@php.net>2000-06-14 19:55:32 +0000
commit7565347ba00689fe2429623b595ff6ffa9589e93 (patch)
treeadac2e1d0067bb98477e79f8d432dacbd7ea16bb /Zend/zend_operators.c
parent988435cf04782cc0c059dffa6cdca4c26016d8b2 (diff)
downloadphp-git-7565347ba00689fe2429623b595ff6ffa9589e93.tar.gz
Move some stuff to zend_operators.h which is required by the
moved inline functions.
Diffstat (limited to 'Zend/zend_operators.c')
-rw-r--r--Zend/zend_operators.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/Zend/zend_operators.c b/Zend/zend_operators.c
index b21496305a..6b51218827 100644
--- a/Zend/zend_operators.c
+++ b/Zend/zend_operators.c
@@ -32,16 +32,6 @@
#include "zend_list.h"
#include "zend_fast_cache.h"
-#ifndef HAVE_FINITE
-#ifndef finite /* in case it's already a macro */
-#define finite(a) isfinite(a) /* HPUX 11 only has isfinite() */
-#endif
-#else
-#if HAVE_IEEEFP_H
-#include <ieeefp.h>
-#endif
-#endif
-
#if WITH_BCMATH
#include "ext/bcmath/number.h"
#endif