diff --git a/src/c/list.d b/src/c/list.d index c128e1b92..a7b8bec35 100644 --- a/src/c/list.d +++ b/src/c/list.d @@ -400,7 +400,7 @@ BEGIN: @) bool -endp1(cl_object x) +endp(cl_object x) { if (CONSP(x)) return(FALSE);