In version 1.8 I botched findval()'s type, fix.
This commit is contained in:
parent
de4ad3826b
commit
848b3d0fd7
@ -161,7 +161,7 @@ char *xstrdup(const char *str);
|
||||
#define STOREVAL(list,item) \
|
||||
storeval(list,item)
|
||||
|
||||
definition *findval(list *lst, char *val, int (*cmp)(char *, char *));
|
||||
definition *findval(list *lst, char *val, int (*cmp)(definition *, char *));
|
||||
|
||||
#define FINDVAL(list,item,finder) \
|
||||
findval(list, item, finder)
|
||||
|
Loading…
x
Reference in New Issue
Block a user