# HG changeset patch # User Andreas Schwab # Date 1013080295 0 # Node ID a62b272dc382c0484fe46b38563ef3f6940d06eb # Parent 8a549ab185a29c8c9edd02eea712f282839f3247 (GC_LISP_OBJECT_ALIGNMENT): Define to 2 for m68k. diff -r 8a549ab185a2 -r a62b272dc382 src/s/gnu-linux.h --- 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