summaryrefslogtreecommitdiff
path: root/www/mozilla/patches/patch-ch
blob: a4b6c4fb3a640f28b40d929d510d90a97ba50f54 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$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