summaryrefslogtreecommitdiff
path: root/Xmd.h
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-04-23 18:43:05 +0000
committerEgbert Eich <eich@suse.de>2004-04-23 18:43:05 +0000
commit5b67de2bce0e33a4a85439ebcf7b726a6da24545 (patch)
treef3a589f35ab4d1e0a89f41177faa8d6b4d8607a3 /Xmd.h
parente88a09c1df46637979c4d131a8e41af923ff4d45 (diff)
downloadxorg-proto-x11proto-5b67de2bce0e33a4a85439ebcf7b726a6da24545.tar.gz
Merging XORG-CURRENT into trunkXORG-6_7_99_1XACE-SELINUX-MERGECOMPOSITEWRAP
Diffstat (limited to 'Xmd.h')
-rw-r--r--Xmd.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/Xmd.h b/Xmd.h
index 0a9a4c1..bba4512 100644
--- a/Xmd.h
+++ b/Xmd.h
@@ -1,4 +1,4 @@
-/* $XFree86: xc/include/Xmd.h,v 3.19 2003/10/23 15:19:01 tsi Exp $ */
+/* $XFree86: xc/include/Xmd.h,v 3.18tsi Exp $ */
/***********************************************************
Copyright 1987, 1998 The Open Group
@@ -64,7 +64,7 @@ SOFTWARE.
defined(__sparc64__) || \
defined(__s390x__) || \
(defined(__hppa__) && defined(__LP64__)) || \
- defined(__AMD64__) || defined(AMD64) || \
+ defined(__amd64__) || defined(amd64) || \
(defined(sgi) && (_MIPS_SZLONG == 64))
#define LONG64 /* 32/64-bit architecture */
#endif