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 | 94a65368e31c8ef76410f4139bb239554e9dcaec (patch) | |
tree | 50d68cbb204a0b6fcdaa67396555ffaab8c9c917 /imakemdep.h | |
parent | 60665fba7faf87956929cfb29709c0af2ad2aa2f (diff) | |
download | xorg-util-makedepend-94a65368e31c8ef76410f4139bb239554e9dcaec.tar.gz |
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).
Diffstat (limited to 'imakemdep.h')
-rw-r--r-- | imakemdep.h | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/imakemdep.h b/imakemdep.h index 8da6fc8..38a6d95 100644 --- a/imakemdep.h +++ b/imakemdep.h @@ -618,9 +618,6 @@ char *cpp_argv[ARGUMENTS] = { # ifdef ppc "-Dppc", # endif -# ifdef ppc64 - "-Dppc64", -# endif # if defined(m68k) || defined(M68k) || defined(m68040) "-Dm68k", "-DM68k", @@ -680,10 +677,6 @@ char *cpp_argv[ARGUMENTS] = { "-DSVR4", # endif # ifdef __powerpc__ -# ifdef __powerpc64__ - "-D__powerpc64__", -# endif -# else "-D__powerpc__", # endif # ifdef PowerMAX_OS @@ -718,9 +711,6 @@ char *cpp_argv[ARGUMENTS] = { # ifdef __ppc__ "-D__ppc__", # endif -# ifdef __ppc64__ - "-D__ppc64__", -# endif # ifdef __i386__ "-D__i386__", # endif @@ -1263,10 +1253,6 @@ struct symtab predefs[] = { {"__QNXNTO__", "1"}, #endif # ifdef __powerpc__ -# ifdef __powerpc64__ - {"__powerpc64__", "1"}, -# endif -# else {"__powerpc__", "1"}, # endif # ifdef PowerMAX_OS @@ -1346,9 +1332,6 @@ struct symtab predefs[] = { #if defined(__ppc__) {"__ppc__", "1"}, #endif -#if defined(__ppc64__) - {"__ppc64__", "1"}, -#endif #if defined(__BIG_ENDIAN__) {"__BIG_ENDIAN__", "1"}, #endif |