aboutsummaryrefslogtreecommitdiffstats
path: root/src/s/gnu-linux.h
diff options
context:
space:
mode:
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__