changeset 34470:286c73f656a1

(GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
author Gerd Moellmann <gerd@gnu.org>
date Tue, 12 Dec 2000 10:01:19 +0000
parents c39d54313c6b
children 57de0fd3122d
files src/s/gnu-linux.h
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/s/gnu-linux.h	Tue Dec 12 07:15:52 2000 +0000
+++ b/src/s/gnu-linux.h	Tue Dec 12 10:01:19 2000 +0000
@@ -335,4 +335,5 @@
 
 #if defined __i386__ || defined __sparc__ || defined __m68k__ || defined __alpha__
 #define GC_SETJMP_WORKS 1
+#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
 #endif