summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgbert Eich <eich@suse.de>2004-03-15 15:37:38 +0000
committerEgbert Eich <eich@suse.de>2004-03-15 15:37:38 +0000
commitcb0c1255c901e46a5ff29cd6cf7db5c95daebd6b (patch)
tree69aaa3ecbc2d204974d6031d6bb85bbdc8c49804
parent1c7758f4257fc175277d11a5e8c8bbc62d862118 (diff)
downloadxorg-proto-x11proto-XORG-RELEASE-1-TM.tar.gz
38. Backing out patch 27 as it was inappropriate for the RELEASE branch andXORG-TM-CYGWIN-MERGEXORG-TM-CYGWIN-LAST-MERGEXORG-RELEASE-1-TM-CLOSEDXORG-RELEASE-1-TM-BASEXORG-RELEASE-1-TM
bogus anyway (see bugzilla #303) (Egbert Eich). 37. backing out 30.: the sleep() exists to bring the log message to the attention of the user which points to a problem elsewhere. Therefore the problem should be fixed where it originates. To be strict we could make the function fail instead of just trying to point the user at the problem (Egbert Eich).
-rw-r--r--Xmd.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Xmd.h b/Xmd.h
index 8c70de9..bba4512 100644
--- a/Xmd.h
+++ b/Xmd.h
@@ -65,7 +65,6 @@ SOFTWARE.
defined(__s390x__) || \
(defined(__hppa__) && defined(__LP64__)) || \
defined(__amd64__) || defined(amd64) || \
- defined(__powerpc64__) || \
(defined(sgi) && (_MIPS_SZLONG == 64))
#define LONG64 /* 32/64-bit architecture */
#endif