]> code.delx.au - gnu-emacs/commitdiff
(GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
authorEli Zaretskii <eliz@gnu.org>
Sat, 20 Jan 2001 18:20:59 +0000 (18:20 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 20 Jan 2001 18:20:59 +0000 (18:20 +0000)
src/ChangeLog
src/s/msdos.h

index 6bbc6054bc24d64f29ed696f30e88e810b8e6190..3444e89b63ef1ba4e641246e56fc15d09fc972df 100644 (file)
@@ -1,3 +1,7 @@
+2001-01-20  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * s/msdos.h (GC_MARK_STACK): Define to GC_MAKE_GCPROS_NOOPS.
+
 2001-01-20  Andrew Innes  <andrewi@gnu.org>
 
        * w32term.c (w32_ring_bell): Only support visible bell on w32
index 71794be5760a749ab1fe9a89091300cb44a47724..72f5b1b0861c6e8183732ccac954b9e2049c8dd1 100644 (file)
@@ -275,3 +275,4 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
    jmp_buf.  */
 
 #define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS