Mercurial > emacs
diff src/alloc.c @ 32699:52f570fdddce
Move #ifdef GC_MARK_STACK back above mem_init where it used to be. mem_z etc not defined
otherwise.
| author | Jason Rumney <jasonr@gnu.org> |
|---|---|
| date | Fri, 20 Oct 2000 18:45:17 +0000 |
| parents | 0343fe9ef3ac |
| children | 25c6c2562e31 |
line wrap: on
line diff
--- 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
