diff options
| author | Juanma Barranquero | 2010-07-03 09:44:17 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2010-07-03 09:44:17 +0200 |
| commit | 3a35a84c9389928a21056f50160ccd1cfca11b9e (patch) | |
| tree | 92bd1639d1ff3ec28e6e8ac39274936c71cbcbc7 /lib-src/ChangeLog | |
| parent | fe0aa8207634fd7189868855688265f6476889fe (diff) | |
| download | emacs-3a35a84c9389928a21056f50160ccd1cfca11b9e.tar.gz emacs-3a35a84c9389928a21056f50160ccd1cfca11b9e.zip | |
Fix prototypes.
* src/cm.c (evalcost): Fix arg type.
* src/cm.h (evalcost): Fix prototype.
* src/lisp.h (memory_warnings): Fix prototype.
* lib-src/ebrowse.c (match_qualified_namespace_alias):
Pass sym* to find_namespace, not link*.
* lib-src/emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET.
* lib-src/sorted-doc.c (qsort_compare): New typedef.
(main): Use it to cast cmpdoc.
Diffstat (limited to 'lib-src/ChangeLog')
| -rw-r--r-- | lib-src/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index f9f43ad41e6..e8bb82f749c 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2010-07-03 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | Fix prototype warnings. | ||
| 4 | |||
| 5 | * ebrowse.c (match_qualified_namespace_alias): | ||
| 6 | Pass sym* to find_namespace, not link*. | ||
| 7 | |||
| 8 | * emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET. | ||
| 9 | |||
| 10 | * sorted-doc.c (qsort_compare): New typedef. | ||
| 11 | (main): Use it to cast cmpdoc. | ||
| 12 | |||
| 1 | 2010-07-03 Dan Nicolaescu <dann@ics.uci.edu> | 13 | 2010-07-03 Dan Nicolaescu <dann@ics.uci.edu> |
| 2 | 14 | ||
| 3 | * update-game-score.c: Convert function definitions to standard C. | 15 | * update-game-score.c: Convert function definitions to standard C. |