diff --git a/cinera/cinera.c b/cinera/cinera.c index 4ff6c5d..a40d9d0 100644 --- a/cinera/cinera.c +++ b/cinera/cinera.c @@ -23,7 +23,7 @@ typedef struct version CINERA_APP_VERSION = { .Major = 0, .Minor = 7, - .Patch = 12 + .Patch = 13 }; #include // NOTE(matt): varargs @@ -7167,6 +7167,7 @@ enable syntax highlighting:")); // NewSection("Defaults", &IndentationLevel); scope_tree *ScopeTree = calloc(1, sizeof(scope_tree)); + InitScopeBooks(ScopeTree); SetTypeSpec(ScopeTree, &TypeSpecs); SetDefaults(ScopeTree, &TypeSpecs); PrintScopeTree(ScopeTree, IndentationLevel);