]> git.eshelyaron.com Git - emacs.git/commitdiff
(GC_SETJMP_WORKS): Define.
authorGerd Moellmann <gerd@gnu.org>
Mon, 27 Mar 2000 19:42:03 +0000 (19:42 +0000)
committerGerd Moellmann <gerd@gnu.org>
Mon, 27 Mar 2000 19:42:03 +0000 (19:42 +0000)
src/s/freebsd.h
src/s/msdos.h

index 59a1e9072e7890d91f94d15d9752a149f9a42d8b..15bbe2b6426ec8fa4a9842c19079fe7251490920 100644 (file)
    be seen again in a later read(2), without the CRs.  */
 
 #define BROKEN_PTY_READ_AFTER_EAGAIN 1
+
+/* Tell that garbage collector that setjmp is known to save all
+   registers relevant for conservative garbage collection in the
+   jmp_buf.  */
+
+#define GC_SETJMP_WORKS 1
index 164f139949f23bc6d431a8c5f4a8a4b896131bb1..71794be5760a749ab1fe9a89091300cb44a47724 100644 (file)
@@ -269,3 +269,9 @@ You lose; /* Emacs for DOS must be compiled with DJGPP */
 /* We need a little extra space, see ../../lisp/loadup.el */
 #define SYSTEM_PURESIZE_EXTRA 60000
 #endif
+
+/* Tell that garbage collector that setjmp is known to save all
+   registers relevant for conservative garbage collection in the
+   jmp_buf.  */
+
+#define GC_SETJMP_WORKS 1