summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2020-03-14 10:56:43 +0000
committerChris Liddell <chris.liddell@artifex.com>2020-03-14 10:59:08 +0000
commitb5682afdd022f0c1f1a20f83568300655bc27bfe (patch)
treed1380b059bc04dcdbd84d9816ee7b9e828e21579 /arch
parent09d359ca87e47cac31c7f1466250b3299818ce86 (diff)
downloadghostpdl-b5682afdd022f0c1f1a20f83568300655bc27bfe.tar.gz
Add ARCH_MAX_SIZE_T to configure's arch.h prototype
Diffstat (limited to 'arch')
-rw-r--r--arch/arch_autoconf.h.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/arch/arch_autoconf.h.in b/arch/arch_autoconf.h.in
index 14b377f57..34ec86787 100644
--- a/arch/arch_autoconf.h.in
+++ b/arch/arch_autoconf.h.in
@@ -47,6 +47,7 @@
#define ARCH_MAX_USHORT ((unsigned short)~(unsigned short)0 + (unsigned short)0)
#define ARCH_MAX_UINT ((unsigned int)~0 + (unsigned int)0)
#define ARCH_MAX_ULONG ((unsigned long)~0L + (unsigned long)0)
+#define ARCH_MAX_SIZE_T ((size_t)~0L + (size_t)0)
/* ---------------- Floating point ---------------- */