diff options
author | Egbert Eich <eich@suse.de> | 2004-03-15 15:37:38 +0000 |
---|---|---|
committer | Egbert Eich <eich@suse.de> | 2004-03-15 15:37:38 +0000 |
commit | 4e7ad39eaa248ecf8655aa47cae131983538544c (patch) | |
tree | 95523639c16fcf0d75ff25d451e8acbe10699e4e | |
parent | 81de6a22f1ae1950bb978c1e65cfca690a764fa5 (diff) |
38. Backing out patch 27 as it was inappropriate for the RELEASE branch andxo-6_7_0XPRINT_BEGINXPRINT_BASEXORG-TM-CYGWIN-MERGEXORG-TM-CYGWIN-LAST-MERGEXORG-RELEASE-1-TM-MERGEXORG-RELEASE-1-TM-CLOSEDXORG-RELEASE-1-TM-BASEXORG-RELEASE-1-STSF-FORKXORG-RELEASE-1-MERGEXORG-CYGWIN-MERGEXORG-CYGWIN-LAST-MERGEXORG-6_7_0XPRINTXORG-RELEASE-1-TMXORG-RELEASE-1-STSFXORG-RELEASE-1
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.h | 1 |
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 |