From 4347eff736db4da9f8841793d63d282e694de080 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 17:37:08 -0400 Subject: Split CLI into its own file --- src/compile.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/compile.h') diff --git a/src/compile.h b/src/compile.h index 361acbb6..8e9e5f82 100644 --- a/src/compile.h +++ b/src/compile.h @@ -8,7 +8,6 @@ #include "types.h" Text_t compile(env_t *env, ast_t *ast); -Text_t compile_cli_arg_call(env_t *env, Text_t fn_name, type_t *fn_type, const char *version); Text_t compile_empty(type_t *t); Text_t compile_maybe_incref(env_t *env, ast_t *ast, type_t *t); -- cgit v1.2.3