Fix some bugs
This commit is contained in:
@@ -125,6 +125,8 @@ DECLARE_FUNCTION(atom, (LispVal * val));
|
||||
DECLARE_FUNCTION(cons, (LispVal * car, LispVal *cdr));
|
||||
DECLARE_FUNCTION(car, (LispVal * list));
|
||||
DECLARE_FUNCTION(cdr, (LispVal * list));
|
||||
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(last, (LispVal * list));
|
||||
|
||||
Reference in New Issue
Block a user