From: Jason Rumney Date: Fri, 20 Oct 2000 18:45:17 +0000 (+0000) Subject: Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not... X-Git-Tag: emacs-pretest-21.0.90~719 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8b30ba1a4db7efc7d591eb41b077ba5f31f63048;p=emacs.git Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not defined otherwise. --- diff --git a/src/alloc.c b/src/alloc.c index 74ac7845cea..56b0d6fd16d 100644 --- a/src/alloc.c +++ b/src/alloc.c @@ -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