diff options
Diffstat (limited to 'www/mozilla/patches/patch-ch')
-rw-r--r-- | www/mozilla/patches/patch-ch | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/www/mozilla/patches/patch-ch b/www/mozilla/patches/patch-ch deleted file mode 100644 index a4b6c4fb3a6..00000000000 --- a/www/mozilla/patches/patch-ch +++ /dev/null @@ -1,18 +0,0 @@ -$NetBSD: patch-ch,v 1.3 2005/06/22 22:05:34 martin Exp $ - ---- extensions/transformiix/source/base/primitives.h.orig 2003-01-17 13:43:05.000000000 +0100 -+++ extensions/transformiix/source/base/primitives.h 2005-06-16 09:46:56.000000000 +0200 -@@ -51,10 +51,9 @@ - /* - * Usefull constants - */ -- -- static const double NaN; -- static const double POSITIVE_INFINITY; -- static const double NEGATIVE_INFINITY; -+ static double NaN(); -+ static double PositiveInfinity(); -+ static double NegativeInfinity(); - - /* - * Determines whether the given double represents positive or negative |