Add lots of utilties, initial builtins
This commit is contained in:
@@ -6,7 +6,6 @@
|
||||
|
||||
|
||||
static struct nl_object *nl_object_alloc();
|
||||
static void nl_cell_delete(struct nl_cell *cell);
|
||||
|
||||
struct nl_object *nl_cell_create(struct nl_object *car, struct nl_object *cdr)
|
||||
{
|
||||
@@ -70,4 +69,3 @@ void nl_object_delete(struct nl_object *obj) {
|
||||
}
|
||||
free(obj);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user