Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 109128:89fa0d8c2e83 | 109129:907fcf8bd2ef |
|---|---|
| 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. |
| 4 * atimer.c: | 14 * atimer.c: |
| 5 * bidi.c: | 15 * bidi.c: |
