1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(GC_SETJMP_WORKS): Define.

This commit is contained in:
Gerd Moellmann 2000-03-27 19:42:03 +00:00
parent c1005d06e8
commit 4b3fd71946
2 changed files with 12 additions and 0 deletions

View File

@ -167,3 +167,9 @@
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

View 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