aboutsummaryrefslogtreecommitdiffstats
path: root/src/s
diff options
context:
space:
mode:
authorGerd Moellmann2000-12-12 10:05:09 +0000
committerGerd Moellmann2000-12-12 10:05:09 +0000
commitfc40e2152fdfbf0168189902f432dc43990c9475 (patch)
tree18d3764e40ae82ef0bc2854d697cd559145c58d1 /src/s
parentecf4d726235f5b332edbb81dbf5b60905b009cf6 (diff)
downloademacs-fc40e2152fdfbf0168189902f432dc43990c9475.tar.gz
emacs-fc40e2152fdfbf0168189902f432dc43990c9475.zip
(GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS instead of `1'.
Diffstat (limited to 'src/s')
-rw-r--r--src/s/freebsd.h2
-rw-r--r--src/s/netbsd.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/s/freebsd.h b/src/s/freebsd.h
index e0bde6f1d24..a405113a4bb 100644
--- a/src/s/freebsd.h
+++ b/src/s/freebsd.h
@@ -188,7 +188,7 @@
188/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the 188/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the
189 stack. */ 189 stack. */
190 190
191#define GC_MARK_STACK 1 191#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
192 192
193/* Define USE_MMAP_FOR_BUFFERS to let Emacs use mmap(2) to allocate 193/* Define USE_MMAP_FOR_BUFFERS to let Emacs use mmap(2) to allocate
194 buffer text. This overrides REL_ALLOC. */ 194 buffer text. This overrides REL_ALLOC. */
diff --git a/src/s/netbsd.h b/src/s/netbsd.h
index b5cd081b418..b101ca456de 100644
--- a/src/s/netbsd.h
+++ b/src/s/netbsd.h
@@ -112,5 +112,5 @@
112 112
113/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */ 113/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method. */
114 114
115#define GC_MARK_STACK 1 115#define GC_MARK_STACK GC_MAKE_GCPROS_NOOPS
116 116