Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not defined
otherwise.
This commit is contained in:
parent
d9506268c7
commit
8b30ba1a4d
1 changed files with 1 additions and 2 deletions
|
@ -2530,6 +2530,7 @@ make_event_array (nargs, args)
|
|||
C Stack Marking
|
||||
************************************************************************/
|
||||
|
||||
#if GC_MARK_STACK
|
||||
/* Initialize this part of alloc.c. */
|
||||
|
||||
static void
|
||||
|
@ -3073,8 +3074,6 @@ live_buffer_p (m, p)
|
|||
&& !NILP (((struct buffer *) p)->name));
|
||||
}
|
||||
|
||||
#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
|
||||
|
|
Loading…
Add table
Reference in a new issue