Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
fc653ef2
Commit
fc653ef2
authored
Sep 08, 2000
by
Gerd Moellmann
Browse files
(GC_MARK_STACK, REL_ALLOC_MMAP): Define.
parent
10ab7a51
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
0 deletions
+11
-0
src/ChangeLog
src/ChangeLog
+2
-0
src/s/freebsd.h
src/s/freebsd.h
+9
-0
No files found.
src/ChangeLog
View file @
fc653ef2
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.
...
...
src/s/freebsd.h
View file @
fc653ef2
...
...
@@ -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
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment