mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-02 10:11:05 -08:00
(GC_MARK_STACK, REL_ALLOC_MMAP): Define.
This commit is contained in:
parent
10ab7a5122
commit
fc653ef2d8
2 changed files with 11 additions and 0 deletions
|
|
@ -1,5 +1,7 @@
|
|||
2000-09-08 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* s/freebsd.h (GC_MARK_STACK, REL_ALLOC_MMAP): Define.
|
||||
|
||||
* keymap.c (Fset_keymap_parent): Check for cycles in keymap
|
||||
inheritance.
|
||||
|
||||
|
|
|
|||
|
|
@ -185,3 +185,12 @@
|
|||
|
||||
#define GC_SETJMP_WORKS 1
|
||||
|
||||
/* Use the GC_MAKE_GCPROS_NOOPS (see lisp.h) method for marking the
|
||||
stack. */
|
||||
|
||||
#define GC_MARK_STACK 1
|
||||
|
||||
/* Define REL_ALLOC_MMAP to use an ralloc implementation based on
|
||||
mmap(2) */
|
||||
|
||||
#define REL_ALLOC_MMAP 1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue