From 94a65368e31c8ef76410f4139bb239554e9dcaec 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). --- imakemdep.h | 17 ----------------- 1 file changed, 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 -- cgit v1.2.1