summaryrefslogtreecommitdiff
path: root/base/gxbitops.h
diff options
context:
space:
mode:
authorChris Liddell <chris.liddell@artifex.com>2016-01-11 14:13:42 +0000
committerChris Liddell <chris.liddell@artifex.com>2016-01-11 14:16:05 +0000
commitd43e2ebb241d5a6ed63a2d0cc2c7ff0909498510 (patch)
tree91cd78615187306b62495f7d1c7a109d9461e0eb /base/gxbitops.h
parent9bf5ab79cf5a0e9d6eee490fe1859c6d6aa28ca5 (diff)
downloadghostpdl-d43e2ebb241d5a6ed63a2d0cc2c7ff0909498510.tar.gz
Remove legacy lower case arch_* macros
Most of the ARCH_* macros had lower case equivalents for "backwards compatibility" - it's been long enough.....
Diffstat (limited to 'base/gxbitops.h')
-rw-r--r--base/gxbitops.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/base/gxbitops.h b/base/gxbitops.h
index c1276522a..5bf808750 100644
--- a/base/gxbitops.h
+++ b/base/gxbitops.h
@@ -86,7 +86,7 @@
/*
* Define the chunk size for monobit copying operations.
*/
-#if arch_is_big_endian
+#if ARCH_IS_BIG_ENDIAN
# define mono_copy_chunk uint
# define set_mono_right_mask(var, w)\
(var = ((w) == chunk_bits ? chunk_all_bits : chunk_hi_bits(w)))