aboutsummaryrefslogtreecommitdiffstats
path: root/src/main.c
diff options
context:
space:
mode:
authorBad Diode <bd@badd10de.dev>2021-11-10 17:13:56 +0100
committerBad Diode <bd@badd10de.dev>2021-11-10 17:13:56 +0100
commit09406d74711fd241a16f4e0d4cc76bfa11e42a60 (patch)
treeca71813665031687c9c6d2bc1bb090a901d51dea /src/main.c
parent69f6b03296f96a60dd7fc103ff89d187f1a29aec (diff)
downloadbdl-09406d74711fd241a16f4e0d4cc76bfa11e42a60.tar.gz
bdl-09406d74711fd241a16f4e0d4cc76bfa11e42a60.zip
Add initial local definition/access
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c
index 8962519..d006d2d 100644
--- a/src/main.c
+++ b/src/main.c
@@ -45,7 +45,7 @@ process_source(const StringView *source, const char *file_name) {
45 // TODO: Optimization. 45 // TODO: Optimization.
46 46
47 // Compilation. 47 // Compilation.
48 compile(program.roots); 48 compile(program);
49 49
50 // Free resources. 50 // Free resources.
51 free_objects(); 51 free_objects();