aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog4
-rw-r--r--src/s/msdos.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 6bbc6054bc2..3444e89b63e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,7 @@
12001-01-20 Eli Zaretskii <eliz@is.elta.co.il>
2
3 * s/msdos.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
4
12001-01-20 Andrew Innes <andrewi@gnu.org> 52001-01-20 Andrew Innes <andrewi@gnu.org>
2 6
3 * w32term.c (w32_ring_bell): Only support visible bell on w32 7 * w32term.c (w32_ring_bell): Only support visible bell on w32
diff --git a/src/s/msdos.h b/src/s/msdos.h
index 71794be5760..72f5b1b0861 100644
--- a/src/s/msdos.h
+++ b/src/s/msdos.h
@@ -275,3 +275,4 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
275 jmp_buf. */ 275 jmp_buf. */
276 276
277#define GC_SETJMP_WORKS 1 277#define GC_SETJMP_WORKS 1
278#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS