diff options
author | Juanma Barranquero <lekktu@gmail.com> | 2012-07-14 04:26:31 +0200 |
---|---|---|
committer | Juanma Barranquero <lekktu@gmail.com> | 2012-07-14 04:26:31 +0200 |
commit | 22e983b7ec9aa42966cda353e3039240279edc1b (patch) | |
tree | 0d80615cd7fced6eaceee8ee1bf65c6960124d24 /src/s | |
parent | be755c79bdba0a187af6541b0fea7d55d5b23754 (diff) | |
download | emacs-22e983b7ec9aa42966cda353e3039240279edc1b.tar.gz |
* 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/s')
-rw-r--r-- | src/s/ms-w32.h | 7 |
1 files changed, 0 insertions, 7 deletions
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/>. */ for received packets, so datagrams are broken too. */ #define BROKEN_DATAGRAM_SOCKETS 1 -/* MSVC ignores the "register" keyword, so test fails even though - setjmp does work. */ -#define GC_SETJMP_WORKS 1 - -/* Enable conservative stack marking for GC. */ -#define GC_MARK_STACK 1 - #define MAIL_USE_SYSTEM_LOCK 1 /* If the character used to separate elements of the executable path |