diff options
| author | Paul Eggert | 2011-02-05 01:57:53 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-05 01:57:53 -0800 |
| commit | dfb6afda103a82da1468af8552d351ab326404ee (patch) | |
| tree | 17aa8993eaccea0556fe0e2ba81347e8d65ff592 /src/ChangeLog | |
| parent | cc618f4e69e92541a6595e6b15f35bea5a132640 (diff) | |
| download | emacs-dfb6afda103a82da1468af8552d351ab326404ee.tar.gz emacs-dfb6afda103a82da1468af8552d351ab326404ee.zip | |
* charset.c: conform to C89 pointer rules
(define_charset_internal): Switch between char * and unsigned char *.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 8d02825f8ce..48d3983e253 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * charset.c: conform to C89 pointer rules | ||
| 4 | (define_charset_internal): Switch between char * and unsigned char *. | ||
| 5 | |||
| 3 | * xmenu.c: conform to C89 const rules | 6 | * xmenu.c: conform to C89 const rules |
| 4 | (xmenu_show, xdialog_show): Declare local var as char *, not | 7 | (xmenu_show, xdialog_show): Declare local var as char *, not |
| 5 | const char *, to stay compatible with C89 const rules. | 8 | const char *, to stay compatible with C89 const rules. |