]> git.eshelyaron.com Git - emacs.git/commitdiff
(command_loop_1): Remove #ifdef C_ALLOCA block.
authorGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:19:55 +0000 (07:19 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 12 Sep 2007 07:19:55 +0000 (07:19 +0000)
src/keyboard.c

index 581975afc5835a18320b03dff9ec7640ceecc97e..f0f2f8c897f4f8707580492cdf825e16506a1c65 100644 (file)
@@ -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