Apply and read errors
This commit is contained in:
@@ -132,6 +132,7 @@ DECLARE_FUNCTION(proper_list_p, (LispVal * obj));
|
||||
DECLARE_FUNCTION(circular_list_p, (LispVal * obj));
|
||||
DECLARE_FUNCTION(dotted_list_p, (LispVal * obj));
|
||||
DECLARE_FUNCTION(list, (LispVal * args));
|
||||
DECLARE_FUNCTION(list_star, (LispVal * arg, LispVal *args));
|
||||
DECLARE_FUNCTION(copy_list, (LispVal * list));
|
||||
LispVal *nth(size_t n, LispVal *list);
|
||||
DECLARE_FUNCTION(nth, (LispVal * n, LispVal *list));
|
||||
|
||||
Reference in New Issue
Block a user