summaryrefslogtreecommitdiff
path: root/gcc/config/i386/winnt.c
diff options
context:
space:
mode:
authorktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-27 20:40:48 +0000
committerktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4>2010-05-27 20:40:48 +0000
commitd0149355b45ed0d7973db36d37d35f34676deaca (patch)
treebe7add01177f8f3159b29673aef9b70d29631886 /gcc/config/i386/winnt.c
parent852f689eb9b7f6d7aafc2f72007e96129ac9bd45 (diff)
downloadgcc-d0149355b45ed0d7973db36d37d35f34676deaca.tar.gz
2010-05-27 Kai Tietz <kai.tietz@onevision.com>
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
Diffstat (limited to 'gcc/config/i386/winnt.c')
-rw-r--r--gcc/config/i386/winnt.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gcc/config/i386/winnt.c b/gcc/config/i386/winnt.c
index 3750e0c4b08..d2828f04ecd 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
<http://www.gnu.org/licenses/>. */
-
+#undef IN_GCC_FRONTEND
#include "config.h"
#include "system.h"
#include "coretypes.h"