diff options
| author | Paul Eggert | 2011-02-05 17:56:00 -0800 |
|---|---|---|
| committer | Paul Eggert | 2011-02-05 17:56:00 -0800 |
| commit | 9eee99eb8abb35eba265327328d55d2990d5d974 (patch) | |
| tree | b4a24c2888f5eddcf77d8883ae4595a4ce852f3c /src/ChangeLog | |
| parent | 32299e33800dc6a78754b5ac2dc0e15caea93e48 (diff) | |
| download | emacs-9eee99eb8abb35eba265327328d55d2990d5d974.tar.gz emacs-9eee99eb8abb35eba265327328d55d2990d5d974.zip | |
* doc.c: conform to C89 pointer rules
(get_doc_string, Fsnarf_documentation, Fsubstitute_command_keys):
Change types between char * and unsigned char *, to satisfy C89
rules about pointer type compatibility.
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 1210b48d98f..ccbeef59065 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2011-02-06 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * doc.c: conform to C89 pointer rules | ||
| 4 | (get_doc_string, Fsnarf_documentation, Fsubstitute_command_keys): | ||
| 5 | Change types between char * and unsigned char *, to satisfy C89 | ||
| 6 | rules about pointer type compatibility. | ||
| 7 | |||
| 1 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> | 8 | 2011-02-05 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 9 | ||
| 3 | don't ignore chdir failure | 10 | don't ignore chdir failure |