summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/util/fontxlfd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/fontxlfd.c b/src/util/fontxlfd.c
index 593f84c..f2f1175 100644
--- a/src/util/fontxlfd.c
+++ b/src/util/fontxlfd.c
@@ -197,7 +197,7 @@ xlfd_round_double(double x)
defined(ia64) || defined(__ia64__) || \
defined(__alpha__) || defined(__alpha) || \
defined(__hppa__) || \
- defined(__AMD64__) || defined(__AMD64) || \
+ defined(__amd64__) || defined(__amd64) || \
defined(sgi)
#if !defined(__UNIXOS2__)
#include <float.h>