aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGerd Moellmann <[email protected]>2000-12-12 10:01:40 +0000
committerGerd Moellmann <[email protected]>2000-12-12 10:01:40 +0000
commitecf4d726235f5b332edbb81dbf5b60905b009cf6 (patch)
treebe211ab1c3032f202f7f778462ea7b8b1bd656a8 /src/s
parentc2def7a092852d93c580c3084c1ee8161f5c1c17 (diff)
(GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/gnu-linux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/s/gnu-linux.h b/src/s/gnu-linux.h
index 786db29155..967e4fe398 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