From 53a5eccf66a5e257681ba918353247ee6514e83e Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 18 Jun 2000 04:22:12 +0000 Subject: [PATCH] - I don't know how this happened. I tested the bloody thing and I remember - copy&pasting from code which used ~. --- Zend/zend.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Zend/zend.c b/Zend/zend.c index 692d766576..884259a547 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -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 */ -- 2.40.0