mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-24 13:57:36 +00:00
(GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS instead of `1'.
This commit is contained in:
parent
ecf4d72623
commit
fc40e2152f
2 changed files with 2 additions and 2 deletions
|
|
@ -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. */
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue