From bd312d20901b968e0603359e8cd01276d114031a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Aug 2025 16:05:24 -0400 Subject: Further split out --- src/compile/functions.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/compile/functions.h') diff --git a/src/compile/functions.h b/src/compile/functions.h index 1d2362a4..fdab495f 100644 --- a/src/compile/functions.h +++ b/src/compile/functions.h @@ -3,4 +3,5 @@ #include "../environment.h" #include "../stdlib/datatypes.h" +Text_t compile_function_call(env_t *env, ast_t *ast); Text_t compile_arguments(env_t *env, ast_t *call_ast, arg_t *spec_args, arg_ast_t *call_args); -- cgit v1.2.3