summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGerd Moellmann <gerd@gnu.org>2000-12-12 10:01:19 +0000
committerGerd Moellmann <gerd@gnu.org>2000-12-12 10:01:19 +0000
commit2f06280a5be873c77ca0dd6db964c8e913ab8f1a (patch)
tree17398aa40e1c97f859344477c90f648ceaf1495a
parent064cef3b3ca04415d30057f5f6d00aeff29eeef0 (diff)
downloademacs-2f06280a5be873c77ca0dd6db964c8e913ab8f1a.tar.gz
(GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS.
-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 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