diff options
| author | Glenn Morris | 2008-01-08 05:07:59 +0000 |
|---|---|---|
| committer | Glenn Morris | 2008-01-08 05:07:59 +0000 |
| commit | 15d621675c8103771d86d0668342b75d1f71b2b0 (patch) | |
| tree | f0a5b950b0d69a317f7d9009b35c0cf7bb3f0aaa /src | |
| parent | df17e41e8d19a47ae51ae3af786c2c959740a325 (diff) | |
| download | emacs-15d621675c8103771d86d0668342b75d1f71b2b0.tar.gz emacs-15d621675c8103771d86d0668342b75d1f71b2b0.zip | |
Regenerate.
Diffstat (limited to 'src')
| -rw-r--r-- | src/config.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/config.in b/src/config.in index ac78c53a4b6..a368067563c 100644 --- a/src/config.in +++ b/src/config.in | |||
| @@ -1161,9 +1161,9 @@ typedef unsigned size_t; | |||
| 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 |