Index: src/globals.h |
diff --git a/src/globals.h b/src/globals.h |
index 35208c4399d25b9d58bfd0f86b4cdc0c03a0c49b..71bb78e3552a0f4cc871a136f1835956fdb3d20e 100644 |
--- a/src/globals.h |
+++ b/src/globals.h |
@@ -54,9 +54,6 @@ typedef byte* Address; |
#ifdef _MSC_VER |
#define UINT64_C(x) (x ## UI64) |
#define INT64_C(x) (x ## I64) |
-#else |
-#define UINT64_C(x) (x ## ULL) |
-#define INT64_C(x) (x ## LL) |
#endif |
// Code-point values in Unicode 4.0 are 21 bits wide. |