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.
This commit is contained in:
parent
fe0aa82076
commit
3a35a84c93
8 changed files with 29 additions and 8 deletions
|
@ -2385,7 +2385,7 @@ match_qualified_namespace_alias (void)
|
|||
{
|
||||
case IDENT:
|
||||
tmp = (struct link *) xmalloc (sizeof *cur);
|
||||
tmp->sym = find_namespace (yytext, cur);
|
||||
tmp->sym = find_namespace (yytext, cur->sym);
|
||||
tmp->next = NULL;
|
||||
if (head)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue