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
commit4e7ad39eaa248ecf8655aa47cae131983538544c (patch)
tree95523639c16fcf0d75ff25d451e8acbe10699e4e
parent81de6a22f1ae1950bb978c1e65cfca690a764fa5 (diff)
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--include/X11/Xtos.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/X11/Xtos.h b/include/X11/Xtos.h
index 013b241..005cf0d 100644
--- a/include/X11/Xtos.h
+++ b/include/X11/Xtos.h
@@ -68,7 +68,6 @@ SOFTWARE.
defined(__s390x__) || \
(defined(__hppa__) && defined(__LP64__)) || \
defined(__amd64__) || defined(amd64) || \
- defined(__powerpc64__) || \
(defined(sgi) && (_MIPS_SZLONG == 64))
#define LONG64
#endif