From d0149355b45ed0d7973db36d37d35f34676deaca Mon Sep 17 00:00:00 2001 From: ktietz Date: Thu, 27 May 2010 20:40:48 +0000 Subject: [PATCH] 2010-05-27 Kai Tietz PR bootstrap/44299 * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine. * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@159949 138bc75d-0d04-0410-961f-82ee72b054a4 --- gcc/ChangeLog | 6 ++++++ gcc/config/i386/winnt-cxx.c | 2 +- gcc/config/i386/winnt.c | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 3576b0f1aaf6..35ddd14982ab 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,9 @@ +2010-05-27 Kai Tietz + + PR bootstrap/44299 + * config/i386/winnt.c (IN_GCC_FRONTEND): Undefine. + * config/i386/winnt-cxx.c (IN_GCC_FRONTEND): Likewise. + 2010-05-27 Joseph Myers * diagnostic-core.h: New. Contents moved from diagnostic.h and diff --git a/gcc/config/i386/winnt-cxx.c b/gcc/config/i386/winnt-cxx.c index 48518adc765f..9b4ae3563368 100644 --- a/gcc/config/i386/winnt-cxx.c +++ b/gcc/config/i386/winnt-cxx.c @@ -17,7 +17,7 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ - +#undef IN_GCC_FRONTEND #include "config.h" #include "system.h" #include "coretypes.h" diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c index 3750e0c4b087..d2828f04ecdc 100644 --- a/gcc/config/i386/winnt.c +++ b/gcc/config/i386/winnt.c @@ -18,7 +18,7 @@ for more details. You should have received a copy of the GNU General Public License along with GCC; see the file COPYING3. If not see . */ - +#undef IN_GCC_FRONTEND #include "config.h" #include "system.h" #include "coretypes.h" -- 2.47.2