From 0bda13a26e688bb78e8cfb426457d4dfdbbb3850 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 12 Sep 2007 07:19:55 +0000 Subject: [PATCH] (command_loop_1): Remove #ifdef C_ALLOCA block. --- src/keyboard.c | 5 ----- 1 file changed, 5 deletions(-) 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 -- 2.39.5