Mercurial > emacs
diff src/ChangeLog @ 109129:907fcf8bd2ef
Fix prototypes.
* dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent.
* fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object,
as required by internal_condition_case_1.
* regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object.
(analyse_first): Fix "const const".
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sun, 04 Jul 2010 13:51:28 +0200 |
parents | aec1143e8d85 |
children | cd13b432f239 |
line wrap: on
line diff
--- a/src/ChangeLog Sun Jul 04 12:07:27 2010 +0200 +++ b/src/ChangeLog Sun Jul 04 13:51:28 2010 +0200 @@ -1,3 +1,13 @@ +2010-07-04 Juanma Barranquero <lekktu@gmail.com> + + Fix prototypes. + + * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent. + * fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object, + as required by internal_condition_case_1. + * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object. + (analyse_first): Fix "const const". + 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu> * alloc.c: Convert function definitions to standard C.