From ecf4d726235f5b332edbb81dbf5b60905b009cf6 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 12 Dec 2000 10:01:40 +0000 Subject: [PATCH] (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS. --- src/ChangeLog | 4 ++++ src/s/gnu-linux.h | 1 + 2 files changed, 5 insertions(+) diff --git a/src/ChangeLog b/src/ChangeLog index e450bebd4d1..3954b5c5265 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2000-12-12 Gerd Moellmann + + * s/gnu-linux.h (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS. + 2000-12-11 Gerd Moellmann * xfns.c (Fx_hide_tip): Fix last change. diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h index 786db29155d..967e4fe398c 100644 --- a/src/s/gnu-linux.h +++ b/src/s/gnu-linux.h @@ -335,4 +335,5 @@ Boston, MA 02111-1307, USA. */ #if defined __i386__ || defined __sparc__ || defined __m68k__ || defined __alpha__ #define GC_SETJMP_WORKS 1 +#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS #endif -- 2.39.5