changeset 43162:a62b272dc382

(GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k.
author Andreas Schwab <schwab@suse.de>
date Thu, 07 Feb 2002 11:11:35 +0000
parents 8a549ab185a2
children a7594a7b2ca2
files src/s/gnu-linux.h
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Thu Feb 07 11:10:47 2002 +0000
+++ b/src/s/gnu-linux.h	Thu Feb 07 11:11:35 2002 +0000
@@ -1,5 +1,5 @@
 /* This file is the configuration file for Linux-based GNU systems
-   Copyright (C) 1985, 86, 92, 94, 96, 1999 Free Software Foundation, Inc.
+   Copyright (C) 1985, 86, 92, 94, 96, 1999, 2002 Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
 
@@ -341,4 +341,7 @@
 #if defined __i386__ || defined __sparc__ || defined __mc68000__ || defined __alpha__
 #define GC_SETJMP_WORKS 1
 #define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
+#ifdef __mc68000__
+#define GC_LISP_OBJECT_ALIGNMENT 2
 #endif
+#endif