forked from Lainports/freebsd-ports
- Update www/libxul to 10.0.7 - Update all dependent ports to use www/libxul19 (no functional changes) - Bump PORTREVISION on ports where libxul is a run dependency as the resulting package will change. Submitted by: Jan Beich <jbeich@tormail.org> With hat: gecko
20 lines
585 B
Text
20 lines
585 B
Text
--- content/base/public/nsContentUtils.h~
|
|
+++ content/base/public/nsContentUtils.h
|
|
@@ -18,17 +18,6 @@
|
|
#include <ieeefp.h>
|
|
#endif
|
|
|
|
-//A trick to handle IEEE floating point exceptions on FreeBSD - E.D.
|
|
-#ifdef __FreeBSD__
|
|
-#include <ieeefp.h>
|
|
-#ifdef __alpha__
|
|
-static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP;
|
|
-#else
|
|
-static fp_except_t allmask = FP_X_INV|FP_X_OFL|FP_X_UFL|FP_X_DZ|FP_X_IMP|FP_X_DNML;
|
|
-#endif
|
|
-static fp_except_t oldmask = fpsetmask(~allmask);
|
|
-#endif
|
|
-
|
|
#include "nsAString.h"
|
|
#include "nsIStatefulFrame.h"
|
|
#include "nsNodeInfoManager.h"
|