comparison src/config.in @ 87635:5cb1a5e7e3a6

Regenerate.
author Glenn Morris <rgm@gnu.org>
date Tue, 08 Jan 2008 05:07:59 +0000
parents 72dd1dae117a
children 107ccd98fa12
comparison
equal deleted inserted replaced
87634:9f2e2b546efc 87635:5cb1a5e7e3a6
1159 that the stack is continuous. */ 1159 that the stack is continuous. */
1160 #ifdef __GNUC__ 1160 #ifdef __GNUC__
1161 # ifndef GC_SETJMP_WORKS 1161 # ifndef GC_SETJMP_WORKS
1162 /* GC_SETJMP_WORKS is nearly always appropriate for GCC -- 1162 /* GC_SETJMP_WORKS is nearly always appropriate for GCC --
1163 see NON_SAVING_SETJMP in the target descriptions. */ 1163 see NON_SAVING_SETJMP in the target descriptions. */
1164 /* Exceptions (see NON_SAVING_SETJMP in target description) are ns32k, 1164 /* Exceptions (see NON_SAVING_SETJMP in target description) are
1165 SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86. 1165 SCO5 non-ELF (but Emacs specifies ELF) and SVR3 on x86.
1166 Fixme: Deal with ns32k, SVR3. */ 1166 Fixme: Deal with SVR3. */
1167 # define GC_SETJMP_WORKS 1 1167 # define GC_SETJMP_WORKS 1
1168 # endif 1168 # endif
1169 # ifndef GC_LISP_OBJECT_ALIGNMENT 1169 # ifndef GC_LISP_OBJECT_ALIGNMENT
1170 # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object)) 1170 # define GC_LISP_OBJECT_ALIGNMENT (__alignof__ (Lisp_Object))
1171 # endif 1171 # endif