Fix printing
This commit is contained in:
@@ -129,6 +129,9 @@ DECLARE_FUNCTION(rplaca, (LispVal * cons, LispVal *newcar));
|
||||
DECLARE_FUNCTION(rplacd, (LispVal * cons, LispVal *newcdr));
|
||||
DECLARE_FUNCTION(length_eq, (LispVal * list, LispVal *length));
|
||||
DECLARE_FUNCTION(nreverse, (LispVal * list));
|
||||
DECLARE_FUNCTION(reverse, (LispVal * list));
|
||||
DECLARE_FUNCTION(append, (LispVal * lists));
|
||||
DECLARE_FUNCTION(nconc, (LispVal * lists));
|
||||
DECLARE_FUNCTION(last, (LispVal * list));
|
||||
DECLARE_FUNCTION(listp, (LispVal * obj));
|
||||
DECLARE_FUNCTION(proper_list_p, (LispVal * obj));
|
||||
|
||||
Reference in New Issue
Block a user