diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-05-17 16:31:37 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-05-17 16:31:37 -0400 |
| commit | 4636eeb4bf93b260e5c5cbecfb18c8c9b2a6976d (patch) | |
| tree | 64520e477f3b5d80354553a006a10565ff1546d0 /src/compile.h | |
| parent | 13e7d04a74f7ad0b9b9dc96f681d091b65dce5ec (diff) | |
Add --version flag for executables and more documentation.
Diffstat (limited to 'src/compile.h')
| -rw-r--r-- | src/compile.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 |
