aboutsummaryrefslogtreecommitdiff
path: root/bootstrap/types.c
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap/types.c')
-rw-r--r--bootstrap/types.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap/types.c b/bootstrap/types.c
index 289f69f..0be365f 100644
--- a/bootstrap/types.c
+++ b/bootstrap/types.c
@@ -10,7 +10,7 @@ static struct {
} **buckets;
char *tags;
} types;
-static vec_t(const struct type *) typesvec;
+static vec_t(const struct type *) typesvec; // insertion order
void
inittypes() {