blob: f09bae9b3bc22dd04123da033262cb57b65bc518 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
$NetBSD: patch-ch,v 1.5 2005/12/10 13:47:22 taya Exp $
diff -ruN ../Orig/mozilla/extensions/transformiix/source/base/txCore.h ./extensions/transformiix/source/base/txCore.h
--- ../Orig/mozilla/extensions/transformiix/source/base/txCore.h 2004-05-26 20:54:37.000000000 +0900
+++ ./extensions/transformiix/source/base/txCore.h 2005-12-04 19:42:43.000000000 +0900
@@ -65,9 +65,9 @@
/**
* Useful 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
|