diff options
| author | Eli Zaretskii | 2011-03-12 14:03:24 +0200 |
|---|---|---|
| committer | Eli Zaretskii | 2011-03-12 14:03:24 +0200 |
| commit | 058e5dad0e18c6c67cf8ad7681f98f0768b60f31 (patch) | |
| tree | 74405be16e7109eff6f82029e93c537e58a100bc /src/ChangeLog | |
| parent | 7ac80be95aaa92eacb454d4fa6aa3d2f56058978 (diff) | |
| download | emacs-058e5dad0e18c6c67cf8ad7681f98f0768b60f31.tar.gz emacs-058e5dad0e18c6c67cf8ad7681f98f0768b60f31.zip | |
Make termcap.c implementations consistent with tparam.h prototypes.
src/termcap.c [MSDOS]: Include "msdos.h.
(find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent):
Constify `char *' arguments and their references according to
prototypes in tparam.h.
src/deps.mk (termcap.o): Depend on tparam.h and msdos.h.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8534c3b455f..9e4023e996a 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,12 @@ | |||
| 1 | 2011-03-12 Eli Zaretskii <eliz@gnu.org> | 1 | 2011-03-12 Eli Zaretskii <eliz@gnu.org> |
| 2 | 2 | ||
| 3 | * termcap.c [MSDOS]: Include "msdos.h. | ||
| 4 | (find_capability, tgetnum, tgetflag, tgetstr, tputs, tgetent): | ||
| 5 | Constify `char *' arguments and their references according to | ||
| 6 | prototypes in tparam.h. | ||
| 7 | |||
| 8 | * deps.mk (termcap.o): Depend on tparam.h. | ||
| 9 | |||
| 3 | * msdos.c (XMenuAddPane): 3rd argument is `const char *' now. | 10 | * msdos.c (XMenuAddPane): 3rd argument is `const char *' now. |
| 4 | Adapt all references accordingly. | 11 | Adapt all references accordingly. |
| 5 | 12 | ||