aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorDave Love2002-11-27 23:01:32 +0000
committerDave Love2002-11-27 23:01:32 +0000
commit6b2fd6ea80c4c7936bcc6f34fa8798084f94e4e6 (patch)
treecc6908cdbd1a157631bbc80f5a086223956ed59c /src
parentbf025ef431dff2ad3b8139b74966fecb1958531f (diff)
downloademacs-6b2fd6ea80c4c7936bcc6f34fa8798084f94e4e6.tar.gz
emacs-6b2fd6ea80c4c7936bcc6f34fa8798084f94e4e6.zip
*** empty log message ***
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog10
-rw-r--r--src/s/irix6-0.h4
2 files changed, 14 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 7ec917a931b..f4141371974 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,15 @@
12002-11-27 Dave Love <fx@gnu.org> 12002-11-27 Dave Love <fx@gnu.org>
2 2
3 * s/irix6-0.h (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
4
5 * systty.h: Don't conditionally define GETPGRP_NO_ARG. Test
6 GETPGRP_VOID instead.
7 [BSD_TERMIOS]: Remove definitions (never used).
8
9 * s/osf5-0.h (WAIT_USE_INT, SYS_SIGLIST_DECLARED, sys_siglist):
10 Don't define.
11 (GC_SETJMP_WORKS, GC_MARK_STACK): Define.
12
3 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally. 13 * m/mips.h (WORDS_BIG_ENDIAN): Define conditionally.
4 14
52002-11-25 Jason Rumney <jasonr@gnu.org> 152002-11-25 Jason Rumney <jasonr@gnu.org>
diff --git a/src/s/irix6-0.h b/src/s/irix6-0.h
index 6dbdbf31230..ef86c975573 100644
--- a/src/s/irix6-0.h
+++ b/src/s/irix6-0.h
@@ -31,3 +31,7 @@
31#endif 31#endif
32 32
33#undef TIOCSIGSEND 33#undef TIOCSIGSEND
34
35/* Tested on Irix 6.5. SCM worked on earlier versions. */
36#define GC_SETJMP_WORKS 1
37#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS