Minor restructure for platformio compatibility

This commit is contained in:
2022-11-25 21:59:10 -05:00
parent 6cc27427cf
commit d965ca142d
8 changed files with 41 additions and 12 deletions

View File

@@ -68,6 +68,7 @@ struct ucl_object *ucl_evaluate_list(struct ucl* state, struct ucl_scope *scope,
return ucl_evaluate_builtin_form(state, scope, list);
} else {
assert(0);
UCL_COND_OR_RET_ERROR(false, "Unreachable error in ucl_evaluate_list");
}
}