diff options
| author | Ginger Bill <bill@gingerbill.org> | 2016-09-14 14:16:01 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2016-09-14 14:16:01 +0100 |
| commit | bb109b47d6b43547481a695ed9401aca95cbdf0e (patch) | |
| tree | a7fb5035b94e7da6517ba35988673580fa604b65 /src/main.cpp | |
| parent | a60e6bedd963b9de4207e5bf8dba13e5c596dd1b (diff) | |
Basic module system (only file namespacing)
Diffstat (limited to 'src/main.cpp')
| -rw-r--r-- | src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp index 6c599c5c3..e3d819ffb 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -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; |