aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootstrap/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/main.c')
-rwxr-xr-xsrc/bootstrap/main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/bootstrap/main.c b/src/bootstrap/main.c
index 66b1300..7251e60 100755
--- a/src/bootstrap/main.c
+++ b/src/bootstrap/main.c
@@ -47,6 +47,7 @@ init(void) {
47 global_env = env_create(NULL); 47 global_env = env_create(NULL);
48 // TODO: make sure we create symbols and strings only once (interning 48 // TODO: make sure we create symbols and strings only once (interning
49 // strings?) 49 // strings?)
50 push_active_env(global_env);
50 51
51 // Primitive symbols. 52 // Primitive symbols.
52 MAKE_ENV_VAR(global_env, "else", obj_true); 53 MAKE_ENV_VAR(global_env, "else", obj_true);