diff options
author | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-27 20:40:48 +0000 |
---|---|---|
committer | ktietz <ktietz@138bc75d-0d04-0410-961f-82ee72b054a4> | 2010-05-27 20:40:48 +0000 |
commit | d0149355b45ed0d7973db36d37d35f34676deaca (patch) | |
tree | be7add01177f8f3159b29673aef9b70d29631886 /gcc/config | |
parent | 852f689eb9b7f6d7aafc2f72007e96129ac9bd45 (diff) | |
download | gcc-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')
-rw-r--r-- | gcc/config/i386/winnt-cxx.c | 2 | ||||
-rw-r--r-- | gcc/config/i386/winnt.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/winnt-cxx.c b/gcc/config/i386/winnt-cxx.c index 48518adc765..9b4ae356336 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 <http://www.gnu.org/licenses/>. */ - +#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 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" |