diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-03-18 01:48:35 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-03-18 01:48:35 -0400 |
| commit | dd4ff777f4948402f4a38a221c15b6f3813f1bd4 (patch) | |
| tree | 16df7deabcf9cdfc6580fb0b8b25eaa2000c1bf4 /repl.c | |
| parent | f6ae78b2cccba4d09dd6280bee65c37073e25541 (diff) | |
Rename/rework global env functions
Diffstat (limited to 'repl.c')
| -rw-r--r-- | repl.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -41,7 +41,7 @@ static PUREFUNC repl_binding_t *get_repl_binding(env_t *env, const char *name) void repl(void) { - env_t *env = new_compilation_unit(NULL); + env_t *env = global_env(); void *dl = dlopen("libtomo.so", RTLD_LAZY); if (!dl) errx(1, "I couldn't find libtomo.so in your library paths"); |
