diff options
| author | Paul Eggert | 2011-04-16 14:13:07 -0700 |
|---|---|---|
| committer | Paul Eggert | 2011-04-16 14:13:07 -0700 |
| commit | cd52b2441e95f407c0332534ae1997023fe62461 (patch) | |
| tree | 2d55b9c280368fbd55ae6af78cea8eac8919d24a /lib-src/ChangeLog | |
| parent | c5443aa547b94725ca257718935692212b5d272d (diff) | |
| download | emacs-cd52b2441e95f407c0332534ae1997023fe62461.tar.gz emacs-cd52b2441e95f407c0332534ae1997023fe62461.zip | |
* fakemail.c (xmalloc, xreallc): Use standard C prototypes
with void *. This avoids warnings about pointer casts.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 07d51ff14bd..2e3c62d414e 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-04-16 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * fakemail.c (xmalloc, xreallc): Use standard C prototypes | ||
| 4 | with void *. This avoids warnings about pointer casts. | ||
| 5 | |||
| 3 | * emacsclient.c (main): Don't use uninitialized var. | 6 | * emacsclient.c (main): Don't use uninitialized var. |
| 4 | (IS_ANY_SEP): Remove; unused. | 7 | (IS_ANY_SEP): Remove; unused. |
| 5 | (get_current_dir_name): Add an extern decl. | 8 | (get_current_dir_name): Add an extern decl. |