comparison 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 5842e8fabe06
children e723dd7c9121
comparison
equal deleted inserted replaced
109114:2f784ad8d94c 109115:71150397fb59
1 2010-07-03 Juanma Barranquero <lekktu@gmail.com>
2
3 * lisp.h (memory_warnings): Fix prototype.
4
5 * cm.h (evalcost): Fix prototype.
6
7 * cm.c (evalcost): Fix arg type.
8
1 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu> 9 2010-07-02 Dan Nicolaescu <dann@ics.uci.edu>
2 10
3 * term.c (term_clear_mouse_face, Fidentity): 11 * term.c (term_clear_mouse_face, Fidentity):
4 * syssignal.h (signal_handler_t): 12 * syssignal.h (signal_handler_t):
5 * lisp.h (memory_warnings): 13 * lisp.h (memory_warnings):