]> git.eshelyaron.com Git - emacs.git/commitdiff
(GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS instead of `1'.
authorGerd Moellmann <gerd@gnu.org>
Tue, 12 Dec 2000 10:05:09 +0000 (10:05 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 12 Dec 2000 10:05:09 +0000 (10:05 +0000)
src/s/freebsd.h
src/s/netbsd.h

index e0bde6f1d2485f4fb9973c3b50549b7f0386a9df..a405113a4bb63fc8997484fac05f3a0165b48d22 100644 (file)
 /* 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.  */
index b5cd081b418bb7afb7a0c1b2dd67cc4ed866cc7a..b101ca456de2ae1e7e0c474ea3bee87cfa050750 100644 (file)
  
 /* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method.  */
 
-#define GC_MARK_STACK  1
+#define GC_MARK_STACK  GC_MAKE_GCPROS_NOOPS