aboutsummaryrefslogtreecommitdiff
path: root/src/common.c
diff options
context:
space:
mode:
authorGinger Bill <bill@gingerbill.org>2017-05-30 15:23:01 +0100
committerGinger Bill <bill@gingerbill.org>2017-05-30 15:23:01 +0100
commitfec6df65b3306005077ee6124458eaaf3ea7ce2c (patch)
tree8610ed974f5229d3f6eb57b9287112b707f19764 /src/common.c
parent78494e84d59a0b949c6c02d231bca8ba2fcfb1f5 (diff)
Use 128-bit integers for ExactValue integers
Diffstat (limited to 'src/common.c')
-rw-r--r--src/common.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common.c b/src/common.c
index d31596e94..77c9876b7 100644
--- a/src/common.c
+++ b/src/common.c
@@ -16,6 +16,7 @@ gbAllocator heap_allocator(void) {
#include "unicode.c"
#include "string.c"
#include "array.c"
+#include "integer128.c"
gb_global String global_module_path = {0};
gb_global bool global_module_path_set = false;