]> granicus.if.org Git - php/commitdiff
compile before commit! compile before commit! compile before commit!
authorThies C. Arntzen <thies@php.net>
Thu, 20 Apr 2000 07:24:56 +0000 (07:24 +0000)
committerThies C. Arntzen <thies@php.net>
Thu, 20 Apr 2000 07:24:56 +0000 (07:24 +0000)
Zend/zend_operators.c

index 96d7bf2aac3bcc3fd543a46b4d97713c4fccdbcf..bcfe30c6f8ebc267379c48eb9380f38793f98d6e 100644 (file)
@@ -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"