aboutsummaryrefslogtreecommitdiffstats
path: root/src/bootstrap/environment.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/bootstrap/environment.h')
-rw-r--r--src/bootstrap/environment.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/bootstrap/environment.h b/src/bootstrap/environment.h
index cc13921..2d6a34e 100644
--- a/src/bootstrap/environment.h
+++ b/src/bootstrap/environment.h
@@ -10,9 +10,7 @@ typedef struct EnvEntry {
10 10
11typedef struct Environment { 11typedef struct Environment {
12 struct Environment *parent; 12 struct Environment *parent;
13 EnvEntry *buf; 13 EnvEntry *entries;
14 size_t size;
15 size_t cap;
16 bool marked; 14 bool marked;
17} Environment; 15} Environment;
18 16