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
+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.
+
2010-05-27 Joseph Myers <joseph@codesourcery.com>
* diagnostic-core.h: New. Contents moved from diagnostic.h and
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"
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"