diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-06-13 21:20:50 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-06-13 21:20:50 -0400 |
| commit | 81d55cacb7b86add20613510b8fa9da74e58bdca (patch) | |
| tree | 0051267dda1a43265251bb6e0d36ebd26022bef5 /compile.h | |
| parent | dab2c399f1b574b598c908124acebaa06c80938a (diff) | |
Do dynamic library symbol prefixing using 'patchelf'
Diffstat (limited to 'compile.h')
| -rw-r--r-- | compile.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ CORD compile(env_t *env, ast_t *ast); void compile_namespace(env_t *env, const char *ns_name, ast_t *block); CORD compile_namespace_headers(env_t *env, const char *ns_name, ast_t *block); CORD compile_statement(env_t *env, ast_t *ast); +CORD compile_statement_header(env_t *env, ast_t *ast); CORD compile_type_info(env_t *env, type_t *t); CORD compile_cli_arg_call(env_t *env, CORD fn_name, type_t *fn_type); |
