Mercurial > emacs
changeset 48557:5ebd400725b6
(WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
Don't define.
(GC_SETJMP_WORKS, GC_MARK_STACK): Define.
author | Dave Love <fx@gnu.org> |
---|---|
date | Wed, 27 Nov 2002 22:59:22 +0000 |
parents | 646e69ae7ad6 |
children | d06ce341b650 |
files | src/s/osf5-0.h |
diffstat | 1 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/src/s/osf5-0.h Wed Nov 27 22:55:26 2002 +0000 +++ b/src/s/osf5-0.h Wed Nov 27 22:59:22 2002 +0000 @@ -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