aboutsummaryrefslogtreecommitdiff
path: root/src/main.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2021-07-11 16:08:16 +0100
committergingerBill <bill@gingerbill.org>2021-07-11 16:08:16 +0100
commit460e14e5860a503b8e7716ce18a29eb99f517cf7 (patch)
tree058edb259fd5e6cab889f7b12156938c748509c0 /src/main.cpp
parentebcabb8a27ace67c3cd869a573df62b260000ee8 (diff)
Change the compiler's big integer library to use libTomMath
This now replaces Bill's crappy big int implementation
Diffstat (limited to 'src/main.cpp')
-rw-r--r--src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/main.cpp b/src/main.cpp
index 345642cc6..8c4eb7d7c 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -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()) {