# HG changeset patch # User Gerd Moellmann # Date 976615279 0 # Node ID 286c73f656a1d6d2b9eb3083a6b0062c5ce4ba44 # Parent c39d54313c6bf49a428aa895ee6ab5406338c391 (GC_MARK_STACK): Define as GC_MAKE_GCPROS_NOOPS. diff -r c39d54313c6b -r 286c73f656a1 src/s/gnu-linux.h --- 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