1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-26 10:49:33 +00:00

(GC_MARK_STACK, REL_ALLOC_MMAP): Define.

This commit is contained in:
Gerd Moellmann 2000-09-08 13:56:53 +00:00
parent 10ab7a5122
commit fc653ef2d8
2 changed files with 11 additions and 0 deletions

View File

@ -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.

View File

@ -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