mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-01-11 19:53:52 -08:00
Remove useless definitions.
This commit is contained in:
parent
91c4080337
commit
fcdc396b53
1 changed files with 1 additions and 1 deletions
|
|
@ -405,7 +405,7 @@ extern cl_object cddaar(cl_object x);
|
|||
extern cl_object cddadr(cl_object x);
|
||||
extern cl_object cdddar(cl_object x);
|
||||
extern cl_object cddddr(cl_object x);
|
||||
extern bool endp1(cl_object x);
|
||||
extern bool endp(cl_object x);
|
||||
extern cl_object nth(cl_fixnum n, cl_object x);
|
||||
extern cl_object nthcdr(cl_fixnum n, cl_object x);
|
||||
extern cl_object copy_list(cl_object x);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue