diff options
| author | Ginger Bill <bill@gingerbill.org> | 2017-06-01 14:23:46 +0100 |
|---|---|---|
| committer | Ginger Bill <bill@gingerbill.org> | 2017-06-01 14:23:46 +0100 |
| commit | 0d4945dc8788e8aa134fbdbd0941d9a6db0b67bc (patch) | |
| tree | 5344e3270f99746fdcee6237ebe768c1babfb822 /src/main.c | |
| parent | fec6df65b3306005077ee6124458eaaf3ea7ce2c (diff) | |
Implement u128/i128 features; Add bits.odin
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.c b/src/main.c index 0e1af5907..d55278a75 100644 --- a/src/main.c +++ b/src/main.c @@ -146,7 +146,6 @@ int main(int argc, char **argv) { init_scratch_memory(gb_megabytes(10)); init_global_error_collector(); - #if 1 init_build_context(); |