summaryrefslogtreecommitdiff
path: root/lang/hugs/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'lang/hugs/patches/patch-ab')
-rw-r--r--lang/hugs/patches/patch-ab17
1 files changed, 17 insertions, 0 deletions
diff --git a/lang/hugs/patches/patch-ab b/lang/hugs/patches/patch-ab
new file mode 100644
index 00000000000..d24d06c7c31
--- /dev/null
+++ b/lang/hugs/patches/patch-ab
@@ -0,0 +1,17 @@
+$NetBSD: patch-ab,v 1.1 2000/05/20 02:19:32 wiz Exp $
+
+--- prelude.h.orig Thu May 27 23:29:25 1999
++++ prelude.h Sat May 20 04:06:55 2000
+@@ -566,10 +566,12 @@
+ * eval, print loop
+ */
+
++#ifndef __NetBSD__
+ #ifdef m68k /* global registers on an m68k */
+ #define GLOBALfst asm("a4")
+ #define GLOBALsnd asm("a5")
+ #define GLOBALsp asm("a3")
++#endif
+ #endif
+
+ #ifdef sparc /* global registers on a sparc */