2013-09-26 17:14:40 +02:00

18 lines
466 B
Plaintext

$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 <Foundation/NSDecimalNumber.h>
#include <Foundation/NSUtilities.h>
#include <common.h>
#include <math.h>
+#undef nan
@interface NSDecimalZeroNumber : NSDecimalNumber
@end