diff options
| author | Glenn Morris | 2012-07-13 20:04:10 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-13 20:04:10 -0400 |
| commit | 5b3f250f88e2bf2abd8b5af553b7643d3cdcc782 (patch) | |
| tree | b9b19f2d8ebbbdc59409e5ea32626881b2aca2c7 /ChangeLog | |
| parent | 5b63334279790dfee1da5a7ffb83630fb8202a87 (diff) | |
| download | emacs-5b3f250f88e2bf2abd8b5af553b7643d3cdcc782.tar.gz emacs-5b3f250f88e2bf2abd8b5af553b7643d3cdcc782.zip | |
Move GC_SETJMP_WORKS, GC_MARK_STACK from src/s to configure
* configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s.
(AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body.
* src/s/aix4-2.h, src/s/freebsd.h, src/s/gnu-linux.h, src/s/hpux10-20.h:
* src/s/irix6-5.h, src/s/netbsd.h, src/s/sol2-6.h, src/s/unixware.h:
Let configure set GC_SETJMP_WORKS, GC_MARK_STACK.
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-07-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * configure.ac (GC_SETJMP_WORKS, GC_MARK_STACK): Move here from src/s. | ||
| 4 | (AH_BOTTOM): Move GC_SETJMP_WORKS GCC fallback to main body. | ||
| 5 | |||
| 1 | 2012-07-13 Glenn Morris <rgm@gnu.org> | 6 | 2012-07-13 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * configure.ac (opsysfile): Set to empty on gnu, cygwin. | 8 | * configure.ac (opsysfile): Set to empty on gnu, cygwin. |