From 4f043d0f4de7cdb0c1f49bd99779ba8edeaab166 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Sun, 6 Feb 2011 17:18:31 -0800 Subject: * dired.c: conform to C89 pointer rules --- src/ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'src/ChangeLog') diff --git a/src/ChangeLog b/src/ChangeLog index 883753d52e1..0c83fb37961 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,11 @@ +2011-02-07 Paul Eggert + + conform to C89 pointer rules + + * dired.c (scmp, file_name_completion): + Change types between char * and unsigned char *, to satisfy C89 + rules about pointer type compatibility. + 2011-02-06 Paul Eggert * xterm.c (x_alloc_nearest_color_1): Avoid unportable int assumption. -- cgit v1.3