aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorThien-Thi Nguyen2009-05-10 14:18:47 +0000
committerThien-Thi Nguyen2009-05-10 14:18:47 +0000
commit00f37552b890972a13773fbd30826e6301c802c4 (patch)
tree783227f7efa6daf2e5a2a9cbbcb5d2b987e485e1 /src/s/gnu-linux.h
parent714c35417e182bb52584a4a4ac723f4e3e5ab457 (diff)
downloademacs-00f37552b890972a13773fbd30826e6301c802c4.tar.gz
emacs-00f37552b890972a13773fbd30826e6301c802c4.zip
Make GCPROs and UNGCPRO no-ops also on SuperH.
* s/gnu-linux.h: Make GCPROs and UNGCPRO no-ops also on SuperH.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 4304c065e44..d75bb72279c 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -258,7 +258,7 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */
258#if defined __i386__ || defined __sparc__ || defined __mc68000__ \ 258#if defined __i386__ || defined __sparc__ || defined __mc68000__ \
259 || defined __alpha__ || defined __mips__ || defined __s390__ \ 259 || defined __alpha__ || defined __mips__ || defined __s390__ \
260 || defined __arm__ || defined __powerpc__ || defined __amd64__ \ 260 || defined __arm__ || defined __powerpc__ || defined __amd64__ \
261 || defined __ia64__ 261 || defined __ia64__ || defined __sh__
262#define GC_SETJMP_WORKS 1 262#define GC_SETJMP_WORKS 1
263#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 263#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
264#ifdef __mc68000__ 264#ifdef __mc68000__