We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8be0737 commit 9a2c3ebCopy full SHA for 9a2c3eb
ulisp.hpp
@@ -7397,7 +7397,6 @@ object* eval (object* form, object* env) {
7397
}
7398
if (bfunctionp(function)) {
7399
builtin_t bname = builtin(function->name);
7400
- if (!builtinp(function->name)) error("can't call a symbol", function);
7401
Context = bname;
7402
checkminmax(bname, nargs);
7403
object* result = ((fn_ptr_type)lookupfn(bname))(args, env);
0 commit comments