Mercurial > emacs
changeset 103190:21a9a415c6d0
Make GCPROs and UNGCPRO no-ops also on SuperH.
* s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
author | Thien-Thi Nguyen <ttn@gnuvola.org> |
---|---|
date | Sun, 10 May 2009 14:18:47 +0000 |
parents | 7b19ba744cfe |
children | 1ea11abb22f8 |
files | src/ChangeLog src/s/gnu-linux.h |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Sun May 10 07:13:33 2009 +0000 +++ b/src/ChangeLog Sun May 10 14:18:47 2009 +0000 @@ -1,3 +1,7 @@ +2009-05-10 Ulrich Mueller <ulm@gentoo.org> + + * s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH. + 2009-05-07 David Reitter <david.reitter@gmail.com> * nsterm.m (ns_dumpglyphs_stretch,ns_dumpglyphs_image):
--- a/src/s/gnu-linux.h Sun May 10 07:13:33 2009 +0000 +++ b/src/s/gnu-linux.h Sun May 10 14:18:47 2009 +0000 @@ -258,7 +258,7 @@ #if defined __i386__ || defined __sparc__ || defined __mc68000__ \ || defined __alpha__ || defined __mips__ || defined __s390__ \ || defined __arm__ || defined __powerpc__ || defined __amd64__ \ - || defined __ia64__ + || defined __ia64__ || defined __sh__ #define GC_SETJMP_WORKS 1 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS #ifdef __mc68000__