1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-17 00:30:37 -08:00

(command_loop_1): Remove #ifdef C_ALLOCA block.

This commit is contained in:
Glenn Morris 2007-09-12 07:19:55 +00:00
parent dc599d7e05
commit 0bda13a26e

View 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