comparison src/alloc.c @ 47391:1afd007f814f

(Fgarbage_collect): Use pop_message_unwind.
author Richard M. Stallman <rms@gnu.org>
date Wed, 11 Sep 2002 01:58:22 +0000
parents 2ff45b08a155
children 043dddbc037a
comparison
equal deleted inserted replaced
47390:ff0e463ca59f 47391:1afd007f814f
4055 don't let that cause a recursive GC. */ 4055 don't let that cause a recursive GC. */
4056 consing_since_gc = 0; 4056 consing_since_gc = 0;
4057 4057
4058 /* Save what's currently displayed in the echo area. */ 4058 /* Save what's currently displayed in the echo area. */
4059 message_p = push_message (); 4059 message_p = push_message ();
4060 record_unwind_protect (push_message_unwind, Qnil); 4060 record_unwind_protect (pop_message_unwind, Qnil);
4061 4061
4062 /* Save a copy of the contents of the stack, for debugging. */ 4062 /* Save a copy of the contents of the stack, for debugging. */
4063 #if MAX_SAVE_STACK > 0 4063 #if MAX_SAVE_STACK > 0
4064 if (NILP (Vpurify_flag)) 4064 if (NILP (Vpurify_flag))
4065 { 4065 {