Clean some stuff up
This commit is contained in:
+1
-1
@@ -271,7 +271,7 @@ DEFOBJTYPE(Vector, VECTOR, VECTORP, {
|
||||
REGISTER_GLOBAL_SYMBOL(cname); \
|
||||
((LispSymbol *) Q##cname)->function = BUILTIN_FUNCTION_OBJ(cname); \
|
||||
((LispFunction *) ((LispSymbol *) Q##cname)->function) \
|
||||
->flags.no_eval_args = true; \
|
||||
->impl.native.no_eval_args = true; \
|
||||
}
|
||||
|
||||
DECLARE_SYMBOL(nil);
|
||||
|
||||
Reference in New Issue
Block a user