summaryrefslogtreecommitdiff
path: root/lang/gnustep-base/files/patch-NSObject.m
diff options
context:
space:
mode:
Diffstat (limited to 'lang/gnustep-base/files/patch-NSObject.m')
-rw-r--r--lang/gnustep-base/files/patch-NSObject.m18
1 files changed, 0 insertions, 18 deletions
diff --git a/lang/gnustep-base/files/patch-NSObject.m b/lang/gnustep-base/files/patch-NSObject.m
deleted file mode 100644
index db840f25f494..000000000000
--- a/lang/gnustep-base/files/patch-NSObject.m
+++ /dev/null
@@ -1,18 +0,0 @@
---- Source/NSObject.m.orig Sun Nov 10 10:29:45 2002
-+++ Source/NSObject.m Sat Dec 7 08:45:28 2002
-@@ -779,6 +779,7 @@
- #endif
-
- #ifdef __FreeBSD__
-+#if defined __i386__
- // Manipulate the FPU to add the exception mask. (Fixes SIGFPE
- // problems on *BSD)
-
-@@ -789,6 +790,7 @@
- cw |= 1; /* Mask 'invalid' exception */
- __asm__ volatile ("fldcw (%0)" : : "g" (&cw));
- }
-+#endif
- #endif
-
- GSSetLocaleC(""); // Set up locale from environment.