diff options
| author | Juanma Barranquero | 2010-07-04 13:51:28 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-04 13:51:28 +0200 |
| commit | 438105ed4d403c48cc452cd70891f04bbcdad347 (patch) | |
| tree | 1f35fdb31d3de15b9a5a6f8782f154eea03ead21 /src/ChangeLog | |
| parent | 820ae8fefa06d43cf543ad62a04f98048358de7c (diff) | |
| download | emacs-438105ed4d403c48cc452cd70891f04bbcdad347.tar.gz emacs-438105ed4d403c48cc452cd70891f04bbcdad347.zip | |
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".
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index eeb6e30d66c..2e947aa7969 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,13 @@ | |||
| 1 | 2010-07-04 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | Fix prototypes. | ||
| 4 | |||
| 5 | * dired.c (file_name_completion_stat): Use DIRENTRY, not struct dirent. | ||
| 6 | * fileio.c (read_non_regular, read_non_regular_quit): Pass Lisp_Object, | ||
| 7 | as required by internal_condition_case_1. | ||
| 8 | * regex.c (bcmp_translate): Use RE_TRANSLATE_TYPE, not Lisp_Object. | ||
| 9 | (analyse_first): Fix "const const". | ||
| 10 | |||
| 1 | 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu> | 11 | 2010-07-04 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 12 | ||
| 3 | * alloc.c: Convert function definitions to standard C. | 13 | * alloc.c: Convert function definitions to standard C. |