mirror of
https://github.com/odin-lang/Odin.git
synced 2026-06-08 19:44:20 +00:00
Change the compiler's big integer library to use libTomMath
This now replaces Bill's crappy big int implementation
This commit is contained in:
@@ -1970,7 +1970,6 @@ int main(int arg_count, char const **arg_ptr) {
|
||||
init_string_interner();
|
||||
init_global_error_collector();
|
||||
init_keyword_hash_table();
|
||||
global_big_int_init();
|
||||
init_type_mutex();
|
||||
|
||||
if (!check_env()) {
|
||||
|
||||
Reference in New Issue
Block a user