mirror of
https://github.com/Ed94/Odin.git
synced 2026-06-15 02:12:22 -07:00
Basic module system (only file namespacing)
This commit is contained in:
+1
-1
@@ -103,7 +103,7 @@ int main(int argc, char **argv) {
|
||||
|
||||
PRINT_TIMER("Semantic Checker");
|
||||
#endif
|
||||
#if 0
|
||||
#if 1
|
||||
ssaGen ssa = {};
|
||||
if (!ssa_gen_init(&ssa, &checker))
|
||||
return 1;
|
||||
|
||||
Reference in New Issue
Block a user