$NetBSD: patch-ab,v 1.1 2009/04/18 02:19:23 rh Exp $ --- Foundation/NSDecimalNumber.m.orig 2008-11-03 02:00:07.000000000 +1000 +++ Foundation/NSDecimalNumber.m @@ -22,10 +22,12 @@ or in connection with the use or performance of this software. */ +#define nan system_nan #include #include #include #include +#undef nan @interface NSDecimalZeroNumber : NSDecimalNumber @end