Mercurial > emacs
changeset 84492:adb213894976
(command_loop_1): Remove #ifdef C_ALLOCA block.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 12 Sep 2007 07:19:55 +0000 |
parents | d72079d7688e |
children | 70ea273ac237 |
files | src/keyboard.c |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
line wrap: on
line diff
--- 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