diff options
| author | Glenn Morris | 2012-07-13 17:54:35 -0400 |
|---|---|---|
| committer | Glenn Morris | 2012-07-13 17:54:35 -0400 |
| commit | 5b63334279790dfee1da5a7ffb83630fb8202a87 (patch) | |
| tree | b2c63685df276cd64b22ca3a6b7519a86c5939ba /src/ChangeLog | |
| parent | 33d63ff4db56fb6e2fad2ac145031fb7328d16f2 (diff) | |
| download | emacs-5b63334279790dfee1da5a7ffb83630fb8202a87.tar.gz emacs-5b63334279790dfee1da5a7ffb83630fb8202a87.zip | |
Move GC_MARK_SECONDARY_STACK from src/s to configure
* configure.ac (GC_MARK_SECONDARY_STACK): Move here from src/s.
* src/s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9f26c236fed..b7736ae5db6 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2012-07-13 Glenn Morris <rgm@gnu.org> | 1 | 2012-07-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * s/gnu-linux.h (GC_MARK_SECONDARY_STACK): Let configure set it. | ||
| 4 | |||
| 3 | * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it. | 5 | * s/usg5-4-common.h (SETUP_SLAVE_PTY): Let configure set it. |
| 4 | * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it. | 6 | * s/irix6-5.h (SETUP_SLAVE_PTY): No more need to unset it. |
| 5 | 7 | ||