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
fc40e215
Commit
fc40e215
authored
Dec 12, 2000
by
Gerd Moellmann
Browse files
(GC_MARK_STACK): Use GC_MAKE_GCPROS_NOOPS instead of `1'.
parent
ecf4d726
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
src/s/freebsd.h
src/s/freebsd.h
+1
-1
src/s/netbsd.h
src/s/netbsd.h
+1
-1
No files found.
src/s/freebsd.h
View file @
fc40e215
...
...
@@ -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. */
...
...
src/s/netbsd.h
View file @
fc40e215
...
...
@@ -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
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