From 81d55cacb7b86add20613510b8fa9da74e58bdca Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 13 Jun 2024 21:20:50 -0400 Subject: Do dynamic library symbol prefixing using 'patchelf' --- environment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'environment.h') diff --git a/environment.h b/environment.h index f2229df8..6cc083ef 100644 --- a/environment.h +++ b/environment.h @@ -45,7 +45,7 @@ typedef struct { } binding_t; env_t *new_compilation_unit(void); -env_t *load_module_env(env_t *env, ast_t *ast); +env_t *load_module_env(env_t *env, const char *prefix, ast_t *ast); env_t *global_scope(env_t *env); env_t *fresh_scope(env_t *env); env_t *for_scope(env_t *env, ast_t *ast); -- cgit v1.2.3