$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