|
|
|
@@ -73,7 +73,7 @@ proc apply_arguments_to_function(Lisp_Object* arguments, Function* function) -> |
|
|
|
arguments->value.pair->rest->value.pair->first, |
|
|
|
new_env); |
|
|
|
|
|
|
|
append_to_String_array_list(read_in_keywords, arguments->value.pair->first->value.keyword->identifier); |
|
|
|
append_to_array_list(read_in_keywords, arguments->value.pair->first->value.keyword->identifier); |
|
|
|
|
|
|
|
// overstep both for next one |
|
|
|
arguments = arguments->value.pair->rest->value.pair->rest; |
|
|
|
|