summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'base/std.h')
-rw-r--r--base/std.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/base/std.h b/base/std.h
index 9c9e817f..aec4b42c 100644
--- a/base/std.h
+++ b/base/std.h
@@ -1,4 +1,4 @@
-/* Copyright (C) 2001-2019 Artifex Software, Inc.
+/* Copyright (C) 2001-2020 Artifex Software, Inc.
All Rights Reserved.
This software is provided AS-IS with no warranty, either express or
@@ -40,6 +40,7 @@
#define ARCH_SIZEOF_LONG (1 << ARCH_LOG2_SIZEOF_LONG)
#define ARCH_SIZEOF_LONG_LONG (1 << ARCH_LOG2_SIZEOF_LONG_LONG)
#define ARCH_INTS_ARE_SHORT (ARCH_SIZEOF_INT == ARCH_SIZEOF_SHORT)
+#define ARCH_SIZEOF_INT64_T 8
/* Define whether we are on a large- or small-memory machine. */
/* Currently, we assume small memory and 16-bit ints are synonymous. */