Fix prototypes.
authorJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Jul 2010 11:51:28 +0000 (13:51 +0200)
committerJuanma Barranquero <lekktu@gmail.com>
Sun, 4 Jul 2010 11:51:28 +0000 (13:51 +0200)
commit438105ed4d403c48cc452cd70891f04bbcdad347
tree1f35fdb31d3de15b9a5a6f8782f154eea03ead21
parent820ae8fefa06d43cf543ad62a04f98048358de7c
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".
src/ChangeLog
src/dired.c
src/fileio.c
src/regex.c