# HG changeset patch # User Gerd Moellmann # Date 976615509 0 # Node ID 76076c5b2009a3838685275d3cd92d7c9a499089 # Parent 57de0fd3122d4c19625f074220cc00149e2bbde8 (GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS instead of `1'. diff -r 57de0fd3122d -r 76076c5b2009 src/s/freebsd.h --- a/src/s/freebsd.h Tue Dec 12 10:01:40 2000 +0000 +++ b/src/s/freebsd.h Tue Dec 12 10:05:09 2000 +0000 @@ -188,7 +188,7 @@ /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the stack. */ -#define GC_MARK_STACK 1 +#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS /* Define USE_MMAP_FOR_BUFFERS to let Emacs use mmap(2) to allocate buffer text. This overrides REL_ALLOC. */ diff -r 57de0fd3122d -r 76076c5b2009 src/s/netbsd.h --- a/src/s/netbsd.h Tue Dec 12 10:01:40 2000 +0000 +++ b/src/s/netbsd.h Tue Dec 12 10:05:09 2000 +0000 @@ -112,5 +112,5 @@ /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */ -#define GC_MARK_STACK 1 +#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS