Fix output with runfile
2 files changed, 1 insertions(+), 1 deletions(-) M src/public_util.c M src/util.c
M src/public_util.c => src/public_util.c +0 -1
@@ 51,6 51,5 @@ lisp_value *lisp_run_main_if_exists(lisp_runtime *rt, lisp_scope *scope, args = lisp_list_of_strings(rt, argv, argc, 0); args = lisp_quote(rt, args); args = lisp_singleton_list(rt, args); printf("\n"); return lisp_call(rt, scope, main_func, args); }
M src/util.c => src/util.c +1 -0