]> granicus.if.org Git - php/commitdiff
- I don't know how this happened. I tested the bloody thing and I remember
authorAndi Gutmans <andi@php.net>
Sun, 18 Jun 2000 04:22:12 +0000 (04:22 +0000)
committerAndi Gutmans <andi@php.net>
Sun, 18 Jun 2000 04:22:12 +0000 (04:22 +0000)
- copy&pasting from code which used ~.

Zend/zend.c

index 692d766576b25ae48f77b4fd2df159c120e64d08..884259a54770ce6ac50d541a4409baec90d239dd 100644 (file)
@@ -327,7 +327,7 @@ int zend_startup(zend_utility_functions *utility_functions, char **extensions, i
 
 #ifdef __FreeBSD__
        /* FreeBSD floating point precision fix */
-       fpsetmask(FP_X_IMP);
+       fpsetmask(~FP_X_IMP);
 #endif
                
        /* Set up utility functions and values */