From: Glenn Morris Date: Wed, 12 Sep 2007 07:19:55 +0000 (+0000) Subject: (command_loop_1): Remove #ifdef C_ALLOCA block. X-Git-Tag: emacs-pretest-23.0.90~10954 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0bda13a26e688bb78e8cfb426457d4dfdbbb3850;p=emacs.git (command_loop_1): Remove #ifdef C_ALLOCA block. --- diff --git a/src/keyboard.c b/src/keyboard.c index 581975afc58..f0f2f8c897f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c @@ -1665,11 +1665,6 @@ command_loop_1 () } } -#ifdef C_ALLOCA - alloca (0); /* Cause a garbage collection now */ - /* Since we can free the most stuff here. */ -#endif /* C_ALLOCA */ - #if 0 /* Select the frame that the last event came from. Usually, switch-frame events will take care of this, but if some lisp