1
0
mirror of https://github.com/php/php-src.git synced 2026-04-20 14:31:06 +02:00

- I don't know how this happened. I tested the bloody thing and I remember

- copy&pasting from code which used ~.
This commit is contained in:
Andi Gutmans
2000-06-18 04:22:12 +00:00
parent 10b5f74855
commit 53a5eccf66

View 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 */