From 4636eeb4bf93b260e5c5cbecfb18c8c9b2a6976d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 17 May 2025 16:31:37 -0400 Subject: Add --version flag for executables and more documentation. --- src/compile.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/compile.h') diff --git a/src/compile.h b/src/compile.h index ae9e510b..f4452288 100644 --- a/src/compile.h +++ b/src/compile.h @@ -20,6 +20,6 @@ CORD compile_statement(env_t *env, ast_t *ast); CORD compile_statement_type_header(env_t *env, Path_t header_path, ast_t *ast); CORD compile_statement_namespace_header(env_t *env, Path_t header_path, ast_t *ast); CORD compile_type_info(type_t *t); -CORD compile_cli_arg_call(env_t *env, CORD fn_name, type_t *fn_type); +CORD compile_cli_arg_call(env_t *env, CORD fn_name, type_t *fn_type, const char *version); // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 -- cgit v1.2.3