mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-02 07:30:55 -08:00
Fix declaration for si_member1()
This commit is contained in:
parent
91b206d4a3
commit
f8d7f48aeb
1 changed files with 1 additions and 1 deletions
|
|
@ -570,7 +570,7 @@ extern cl_object cl_nsubst _ARGS((int narg, cl_object new_obj, cl_object old_obj
|
|||
extern cl_object cl_sublis _ARGS((int narg, cl_object alist, cl_object tree, ...));
|
||||
extern cl_object cl_nsublis _ARGS((int narg, cl_object alist, cl_object tree, ...));
|
||||
extern cl_object cl_member _ARGS((int narg, cl_object item, cl_object list, ...));
|
||||
extern cl_object si_member1 _ARGS((cl_object item, cl_object list, cl_object test, cl_object test_not, cl_object key));
|
||||
extern cl_object si_member1 (cl_object item, cl_object list, cl_object test, cl_object test_not, cl_object key);
|
||||
extern cl_object cl_adjoin _ARGS((int narg, cl_object item, cl_object list, ...));
|
||||
extern cl_object cl_pairlis _ARGS((int narg, cl_object keys, cl_object data, ...));
|
||||
extern cl_object cl_rassoc _ARGS((int narg, cl_object item, cl_object alist, ...));
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue