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:
parent
dc599d7e05
commit
0bda13a26e
1 changed files with 0 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue