mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
18 lines
466 B
Plaintext
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
|