A lot of work
This commit is contained in:
@ -20,6 +20,7 @@ struct LambdaList {
|
||||
LispVal *rest; // symbol (non-nil if we have a rest arg)
|
||||
};
|
||||
|
||||
#define MAX_NATIVE_FUNCTION_ARGS 5
|
||||
union native_function {
|
||||
LispVal *(*zero)(void);
|
||||
LispVal *(*one)(LispVal *);
|
||||
|
||||
Reference in New Issue
Block a user