summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/fccache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fccache.c b/src/fccache.c
index 47f7876..7e42761 100644
--- a/src/fccache.c
+++ b/src/fccache.c
@@ -1641,7 +1641,7 @@ FcCacheNumFont args1(const FcCache *c)
* will fill a supplied 16-byte array with the digest.
*/
-#ifndef HIGHFIRST
+#ifndef WORDS_BIGENDIAN
#define byteReverse(buf, len) /* Nothing */
#else
/*