From cb0c1255c901e46a5ff29cd6cf7db5c95daebd6b Mon Sep 17 00:00:00 2001 From: Egbert Eich Date: Mon, 15 Mar 2004 15:37:38 +0000 Subject: 38. Backing out patch 27 as it was inappropriate for the RELEASE branch and 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). --- Xmd.h | 1 - 1 file changed, 1 deletion(-) 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 -- cgit v1.2.1