diff options
| author | Dan Nicolaescu | 2010-06-01 19:40:59 -0700 |
|---|---|---|
| committer | Dan Nicolaescu | 2010-06-01 19:40:59 -0700 |
| commit | c55d2abfc73923cedd0bcd11fc40d1739ae7a109 (patch) | |
| tree | 8666d50332204644d8f61ea559041bd5b510465d /src/ChangeLog | |
| parent | 8923d6176b785c2d800d27960d55a7dec3fed71b (diff) | |
| download | emacs-c55d2abfc73923cedd0bcd11fc40d1739ae7a109.tar.gz emacs-c55d2abfc73923cedd0bcd11fc40d1739ae7a109.zip | |
Remove unnecessary alloca.h includes.
* src/keymap.c: Do not include alloca.h, config.h does that.
* src/sysdep.c: Likewise. Do not define fwrite, not used.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index b656b0e7dc7..9135ce8cbbc 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2010-06-02 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | Remove unnecessary alloca.h includes. | ||
| 4 | * keymap.c: Do not include alloca.h, config.h does that. | ||
| 5 | * sysdep.c: Likewise. Do not define fwrite, not used. | ||
| 6 | |||
| 1 | 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2010-06-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * sysdep.c (child_setup_tty): Move the non-canonical initialization to | 9 | * sysdep.c (child_setup_tty): Move the non-canonical initialization to |