aboutsummaryrefslogtreecommitdiff
path: root/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'environment.h')
-rw-r--r--environment.h2
1 files changed, 1 insertions, 1 deletions
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);