diff options
| author | Juanma Barranquero | 2012-07-14 04:26:31 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2012-07-14 04:26:31 +0200 |
| commit | 22e983b7ec9aa42966cda353e3039240279edc1b (patch) | |
| tree | 0d80615cd7fced6eaceee8ee1bf65c6960124d24 /src | |
| parent | be755c79bdba0a187af6541b0fea7d55d5b23754 (diff) | |
| download | emacs-22e983b7ec9aa42966cda353e3039240279edc1b.tar.gz emacs-22e983b7ec9aa42966cda353e3039240279edc1b.zip | |
* nt/config.nt: Sync with autogen/config.in.
(GC_MARK_SECONDARY_STACK, GC_MARK_STACK, GC_SETJMP_WORKS)
(SETUP_SLAVE_PTY): New macros.
* src/s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt.
Diffstat (limited to 'src')
| -rw-r--r-- | src/ChangeLog | 4 | ||||
| -rw-r--r-- | src/s/ms-w32.h | 7 |
2 files changed, 4 insertions, 7 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 5f363b2bffb..bdaa69f0556 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2012-07-14 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * s/ms-w32.h (GC_SETJMP_WORKS, GC_MARK_STACK): Set in nt/config.nt. | ||
| 4 | |||
| 1 | 2012-07-14 Glenn Morris <rgm@gnu.org> | 5 | 2012-07-14 Glenn Morris <rgm@gnu.org> |
| 2 | 6 | ||
| 3 | * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h: | 7 | * s/aix4-2.h, s/freebsd.h, s/gnu-linux.h, s/hpux10-20.h: |
diff --git a/src/s/ms-w32.h b/src/s/ms-w32.h index cf8ba6f220c..7128d8a069d 100644 --- a/src/s/ms-w32.h +++ b/src/s/ms-w32.h | |||
| @@ -50,13 +50,6 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ | |||
| 50 | for received packets, so datagrams are broken too. */ | 50 | for received packets, so datagrams are broken too. */ |
| 51 | #define BROKEN_DATAGRAM_SOCKETS 1 | 51 | #define BROKEN_DATAGRAM_SOCKETS 1 |
| 52 | 52 | ||
| 53 | /* MSVC ignores the "register" keyword, so test fails even though | ||
| 54 | setjmp does work. */ | ||
| 55 | #define GC_SETJMP_WORKS 1 | ||
| 56 | |||
| 57 | /* Enable conservative stack marking for GC. */ | ||
| 58 | #define GC_MARK_STACK 1 | ||
| 59 | |||
| 60 | #define MAIL_USE_SYSTEM_LOCK 1 | 53 | #define MAIL_USE_SYSTEM_LOCK 1 |
| 61 | 54 | ||
| 62 | /* If the character used to separate elements of the executable path | 55 | /* If the character used to separate elements of the executable path |