aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/ms-w32.h7
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 @@
12012-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
12012-07-14 Glenn Morris <rgm@gnu.org> 52012-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