comparison src/s/gnu-linux.h @ 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 768349ffc7f7
children 8aaa2f3ae722
comparison
equal deleted inserted replaced
43161:8a549ab185a2 43162:a62b272dc382
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
4 This file is part of GNU Emacs. 4 This file is part of GNU Emacs.
5 5
6 GNU Emacs is free software; you can redistribute it and/or modify 6 GNU Emacs is free software; you can redistribute it and/or modify
7 it under the terms of the GNU General Public License as published by 7 it under the terms of the GNU General Public License as published by
339 we must call cpp with -traditional, and that disables #cpu. */ 339 we must call cpp with -traditional, and that disables #cpu. */
340 340
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 #endif 344 #ifdef __mc68000__
345 #define GC_LISP_OBJECT_ALIGNMENT 2
346 #endif
347 #endif