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
13c844fb
Commit
13c844fb
authored
Oct 20, 2000
by
Gerd Moellmann
Browse files
(toplevel): Conditionalize compilation of mem_*
functions differently.
parent
8b30ba1a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletion
+11
-1
src/ChangeLog
src/ChangeLog
+5
-0
src/alloc.c
src/alloc.c
+6
-1
No files found.
src/ChangeLog
View file @
13c844fb
2000-10-20 Gerd Moellmann <gerd@gnu.org>
* alloc.c (toplevel): Conditionalize compilation of mem_*
functions differently.
2000-10-20 Jason Rumney <jasonr@gnu.org>
* alloc.c (toplevel): Move #ifdef GC_MARK_STACK back to above
...
...
src/alloc.c
View file @
13c844fb
...
...
@@ -2530,7 +2530,8 @@ make_event_array (nargs, args)
C Stack Marking
************************************************************************/
#if GC_MARK_STACK
#if GC_MARK_STACK || defined GC_MALLOC_CHECK
/* Initialize this part of alloc.c. */
static void
...
...
@@ -3074,6 +3075,10 @@ live_buffer_p (m, p)
&& !NILP (((struct buffer *) p)->name));
}
#endif /* GC_MARK_STACK || defined GC_MALLOC_CHECK */
#if GC_MARK_STACK
#if GC_MARK_STACK == GC_USE_GCPROS_CHECK_ZOMBIES
/* Array of objects that are kept alive because the C stack contains
...
...
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