aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorDave Love <[email protected]>2002-11-27 22:59:22 +0000
committerDave Love <[email protected]>2002-11-27 22:59:22 +0000
commitbf025ef431dff2ad3b8139b74966fecb1958531f (patch)
tree38a383b080152074d7a8d2d5bb03a17742a3e38f /src/s
parentf7ff70e8a1b3469c669310afd1ca236b17804df7 (diff)
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Don't define. (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/osf5-0.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/s/osf5-0.h b/src/s/osf5-0.h
index 8d7857878e..eef028a6e3 100644
--- a/src/s/osf5-0.h
+++ b/src/s/osf5-0.h
@@ -6,9 +6,6 @@
#undef C_SWITCH_SYSTEM
#define C_SWITCH_SYSTEM -D_OSF_SOURCE
-#define WAIT_USE_INT
-#define SYS_SIGLIST_DECLARED
-#define sys_siglist __sys_siglist
#ifndef NSIG /* _OSF_SOURCE seems to get us this */
#define NSIG __sys_nsig
#endif
@@ -20,3 +17,6 @@
#define TERMINFO
#define LIBS_TERMCAP -lcurses
+
+#define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS