diff options
| author | Paul Eggert | 2011-02-05 01:49:52 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-05 01:49:52 -0800 |
| commit | cc618f4e69e92541a6595e6b15f35bea5a132640 (patch) | |
| tree | bcd31b121cf17d2b032abda451aba8d187e42d53 /src/ChangeLog | |
| parent | 9bcaafce5351d270ac514e23cb69ff1a5fd35229 (diff) | |
| download | emacs-cc618f4e69e92541a6595e6b15f35bea5a132640.tar.gz emacs-cc618f4e69e92541a6595e6b15f35bea5a132640.zip | |
* xmenu.c: conform to C89 const rules
(xmenu_show, xdialog_show): Declare local var as char *, not
const char *, to stay compatible with C89 const rules.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 9765bdc18d8..8d02825f8ce 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,9 @@ | |||
| 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * xmenu.c: conform to C89 const rules | ||
| 4 | (xmenu_show, xdialog_show): Declare local var as char *, not | ||
| 5 | const char *, to stay compatible with C89 const rules. | ||
| 6 | |||
| 3 | * xdisp.c: conform to C89 pointer rules | 7 | * xdisp.c: conform to C89 pointer rules |
| 4 | (store_mode_line_noprop, display_string, reseat_to_string): | 8 | (store_mode_line_noprop, display_string, reseat_to_string): |
| 5 | (c_string_pos, number_of_chars, message_dolog): | 9 | (c_string_pos, number_of_chars, message_dolog): |