Mercurial > emacs
diff lib-src/ChangeLog @ 109115:71150397fb59
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.
author | Juanma Barranquero <lekktu@gmail.com> |
---|---|
date | Sat, 03 Jul 2010 09:44:17 +0200 |
parents | 52b76722152a |
children | 00accbd76dbd |
line wrap: on
line diff
--- a/lib-src/ChangeLog Fri Jul 02 23:16:11 2010 -0400 +++ b/lib-src/ChangeLog Sat Jul 03 09:44:17 2010 +0200 @@ -1,3 +1,15 @@ +2010-07-03 Juanma Barranquero <lekktu@gmail.com> + + Fix prototype warnings. + + * ebrowse.c (match_qualified_namespace_alias): + Pass sym* to find_namespace, not link*. + + * emacsclient.c (send_to_emacs, quote_argument): Arg s is HSOCKET. + + * sorted-doc.c (qsort_compare): New typedef. + (main): Use it to cast cmpdoc. + 2010-07-03 Dan Nicolaescu <dann@ics.uci.edu> * update-game-score.c: Convert function definitions to standard C.