comparison src/config.in @ 91327:606f2d163a64

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-312
author Miles Bader <miles@gnu.org>
date Wed, 09 Jan 2008 01:21:15 +0000
parents 53108e6cea98 107ccd98fa12
children c70e45a7acfd
comparison
equal deleted inserted replaced
91326:b1a63d7fa09c 91327:606f2d163a64
1 /* src/config.in. Generated from configure.in by autoheader. */ 1 /* src/config.in. Generated from configure.in by autoheader. */
2 2
3 /* GNU Emacs site configuration template file. 3 /* GNU Emacs site configuration template file.
4 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005, 2006, 2007 4 Copyright (C) 1988, 1993, 1994, 1999, 2000, 2001, 2002, 2004, 2005,
5 Free Software Foundation, Inc. 5 2006, 2007, 2008 Free Software Foundation, Inc.
6 6
7 This file is part of GNU Emacs. 7 This file is part of GNU Emacs.
8 8
9 GNU Emacs is free software; you can redistribute it and/or modify 9 GNU Emacs is free software; you can redistribute it and/or modify
10 it under the terms of the GNU General Public License as published by 10 it under the terms of the GNU General Public License as published by
1171 that the stack is continuous. */ 1171 that the stack is continuous. */
1172 #ifdef __GNUC__ 1172 #ifdef __GNUC__
1173 # ifndef GC_SETJMP_WORKS 1173 # ifndef GC_SETJMP_WORKS
1174 /* GC_SETJMP_WORKS is nearly always appropriate for GCC -- 1174 /* GC_SETJMP_WORKS is nearly always appropriate for GCC --
1175 see NON_SAVING_SETJMP in the target descriptions. */ 1175 see NON_SAVING_SETJMP in the target descriptions. */
1176 /* Exceptions (see NON_SAVING_SETJMP in target description) are ns32k, 1176 /* Exceptions (see NON_SAVING_SETJMP in target description) are
1177 SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86. 1177 SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
1178 Fixme: Deal with ns32k, SVR3. */ 1178 Fixme: Deal with SVR3. */
1179 # define GC_SETJMP_WORKS 1 1179 # define GC_SETJMP_WORKS 1
1180 # endif 1180 # endif
1181 # ifndef GC_LISP_OBJECT_ALIGNMENT 1181 # ifndef GC_LISP_OBJECT_ALIGNMENT
1182 # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object)) 1182 # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object))
1183 # endif 1183 # endif