# HG changeset patch # User Glenn Morris # Date 1189581595 0 # Node ID adb213894976e3f3dbd2cb884e86748fe56a2149 # Parent d72079d7688e60b413bcd9c927cfbe5a85de02fb (command_loop_1): Remove #ifdef C_ALLOCA block. diff -r d72079d7688e -r adb213894976 src/keyboard.c --- a/src/keyboard.c Wed Sep 12 07:18:59 2007 +0000 +++ b/src/keyboard.c Wed Sep 12 07:19:55 2007 +0000 @@ -1665,11 +1665,6 @@ } } -#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