summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2021-08-18 13:27:47 +0100
committerChris Liddell <chris.liddell@artifex.com>2021-08-19 07:06:21 +0100
commit6befad2584a3ed7efc0f3e30ac02c3b00fa7c991 (patch)
treeaed4e8ceb5d0b3dfd91e3255e652a96f39a3f065 /arch
parenta9ce865035e798c30d0619399b3bdc69a4cc5943 (diff)
downloadghostpdl-6befad2584a3ed7efc0f3e30ac02c3b00fa7c991.tar.gz
Bug 703947: correct the PPC definition of ARCH_SIZEOF_SIZE_T
It had been mistyped as ARCH_SIZEOF_SIZET
Diffstat (limited to 'arch')
-rw-r--r--arch/osx-x86-x86_64-ppc-gcc.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/osx-x86-x86_64-ppc-gcc.h b/arch/osx-x86-x86_64-ppc-gcc.h
index 6166f8971..15ebc40b0 100644
--- a/arch/osx-x86-x86_64-ppc-gcc.h
+++ b/arch/osx-x86-x86_64-ppc-gcc.h
@@ -20,7 +20,7 @@
#define ARCH_LOG2_SIZEOF_LONG 2
#define ARCH_LOG2_SIZEOF_SIZE_T 2
#define ARCH_LOG2_SIZEOF_LONG_LONG 3
-#define ARCH_SIZEOF_SIZET 4
+#define ARCH_SIZEOF_SIZE_T 4
#ifndef ARCH_SIZEOF_GX_COLOR_INDEX
#define ARCH_SIZEOF_GX_COLOR_INDEX 8