# HG changeset patch # User Jason Rumney # Date 972067517 0 # Node ID 52f570fdddceb404fe22825443aa8c578c2498e8 # Parent b47c2ac2469c5efd65750c17bdedd137b71b815c Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not defined otherwise. diff -r b47c2ac2469c -r 52f570fdddce src/alloc.c --- a/src/alloc.c Fri Oct 20 18:44:10 2000 +0000 +++ b/src/alloc.c Fri Oct 20 18:45:17 2000 +0000 @@ -2530,6 +2530,7 @@ C Stack Marking ************************************************************************/ +#if GC_MARK_STACK /* Initialize this part of alloc.c. */ static void @@ -3073,8 +3074,6 @@ && !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