From 9719354ae04a41e9834ac9ba8fd9e895092ba4f1 Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Tue, 24 Jun 2008 14:37:06 -0400 Subject: Check for __amd64__, not __x86_64__. Spiritual revert of 1fa4de80fcfc697b5e5879cc351fb3e9dbf6acbe. Intel's C compiler claims to be gcc-compatible; if they're not defining the same macros as gcc then that's their bug, not ours. Even if we were to do this aliasing we should do it once and for all in servermd.h. --- fb/fb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fb') diff --git a/fb/fb.h b/fb/fb.h index 8e76bebfa..2c6c4fbef 100644 --- a/fb/fb.h +++ b/fb/fb.h @@ -138,7 +138,7 @@ typedef unsigned __int64 FbBits; defined(ia64) || defined(__ia64__) || \ defined(__sparc64__) || defined(_LP64) || \ defined(__s390x__) || \ - defined(amd64) || defined (__amd64__) || defined(__x86_64__) || \ + defined(amd64) || defined (__amd64__) \ defined (__powerpc64__) || \ (defined(sgi) && (_MIPS_SZLONG == 64)) typedef unsigned long FbBits; -- cgit v1.2.3