diff options
| author | Glenn Morris | 2007-09-12 07:19:55 +0000 |
|---|---|---|
| committer | Glenn Morris | 2007-09-12 07:19:55 +0000 |
| commit | 0bda13a26e688bb78e8cfb426457d4dfdbbb3850 (patch) | |
| tree | 3f55bc89767ed6ce325748799b955b6cec364b6e /src | |
| parent | dc599d7e05f55f4670dbdf5795ccc5faaf6be2f2 (diff) | |
| download | emacs-0bda13a26e688bb78e8cfb426457d4dfdbbb3850.tar.gz emacs-0bda13a26e688bb78e8cfb426457d4dfdbbb3850.zip | |
(command_loop_1): Remove #ifdef C_ALLOCA block.
Diffstat (limited to 'src')
| -rw-r--r-- | src/keyboard.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/keyboard.c b/src/keyboard.c index 581975afc58..f0f2f8c897f 100644 --- a/src/keyboard.c +++ b/src/keyboard.c | |||
| @@ -1665,11 +1665,6 @@ command_loop_1 () | |||
| 1665 | } | 1665 | } |
| 1666 | } | 1666 | } |
| 1667 | 1667 | ||
| 1668 | #ifdef C_ALLOCA | ||
| 1669 | alloca (0); /* Cause a garbage collection now */ | ||
| 1670 | /* Since we can free the most stuff here. */ | ||
| 1671 | #endif /* C_ALLOCA */ | ||
| 1672 | |||
| 1673 | #if 0 | 1668 | #if 0 |
| 1674 | /* Select the frame that the last event came from. Usually, | 1669 | /* Select the frame that the last event came from. Usually, |
| 1675 | switch-frame events will take care of this, but if some lisp | 1670 | switch-frame events will take care of this, but if some lisp |