diff src/s/gnu-linux.h @ 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 75dc719a7183
children ab2107f870ad
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