aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
authorAndreas Schwab2002-02-07 11:12:04 +0000
committerAndreas Schwab2002-02-07 11:12:04 +0000
commit72bba9f25def6a333b8279304a8e0400de05f031 (patch)
tree7fdc59b7feb45d0e714f6b38e58a0571d2069784 /src/s/gnu-linux.h
parent24452cd56ae98d250b619c7380ca82b2db542b5d (diff)
downloademacs-72bba9f25def6a333b8279304a8e0400de05f031.tar.gz
emacs-72bba9f25def6a333b8279304a8e0400de05f031.zip
(GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
Diffstat (limited to 'src/s/gnu-linux.h')
-rw-r--r--src/s/gnu-linux.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 3a7c05eee34..6b3f9c35841 100644
--- a/src/s/gnu-linux.h
+++ b/src/s/gnu-linux.h
@@ -1,5 +1,5 @@
1/* This file is the configuration file for Linux-based GNU systems 1/* This file is the configuration file for Linux-based GNU systems
2 Copyright (C) 1985, 86, 92, 94, 96, 1999 Free Software Foundation, Inc. 2 Copyright (C) 1985, 86, 92, 94, 96, 1999, 2002 Free Software Foundation, Inc.
3 3
4This file is part of GNU Emacs. 4This file is part of GNU Emacs.
5 5
@@ -341,4 +341,7 @@ Boston, MA 02111-1307, USA. */
341#if defined __i386__ || defined __sparc__ || defined __mc68000__ || defined __alpha__ 341#if defined __i386__ || defined __sparc__ || defined __mc68000__ || defined __alpha__
342#define GC_SETJMP_WORKS 1 342#define GC_SETJMP_WORKS 1
343#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS 343#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
344#ifdef __mc68000__
345#define GC_LISP_OBJECT_ALIGNMENT 2
346#endif
344#endif 347#endif