mirror of
https://gitlab.com/embeddable-common-lisp/ecl.git
synced 2026-03-03 03:00:34 -08:00
Remove useless definitions.
This commit is contained in:
parent
475c8627a6
commit
91c4080337
1 changed files with 1 additions and 1 deletions
|
|
@ -400,7 +400,7 @@ BEGIN:
|
|||
@)
|
||||
|
||||
bool
|
||||
endp1(cl_object x)
|
||||
endp(cl_object x)
|
||||
{
|
||||
if (CONSP(x))
|
||||
return(FALSE);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue