cygming.h (union tree_node, TREE): Don't define or undefine.
authorJoseph Myers <joseph@codesourcery.com>
Thu, 21 Apr 2011 10:50:24 +0000 (11:50 +0100)
committerJoseph Myers <jsm28@gcc.gnu.org>
Thu, 21 Apr 2011 10:50:24 +0000 (11:50 +0100)
* config/i386/cygming.h (union tree_node, TREE): Don't define or
undefine.
(FILE): Don't undefine.

From-SVN: r172819

gcc/ChangeLog
gcc/config/i386/cygming.h

index 0519905a43ded2c30c4a682f037767096c28d631..a581d7a0ca1cc0ff455e7a99fb3960bd079c0042 100644 (file)
@@ -1,3 +1,9 @@
+2011-04-21  Joseph Myers  <joseph@codesourcery.com>
+
+       * config/i386/cygming.h (union tree_node, TREE): Don't define or
+       undefine.
+       (FILE): Don't undefine.
+
 2011-04-21  Joseph Myers  <joseph@codesourcery.com>
 
        * config/alpha/alpha.c (struct machine_function): Use rtx, not
index db266b8716389d6d2f8a0e92be8fe9ac7b6a9b84..2eccda9d81f25bf53550f1b4b1797095539db52a 100644 (file)
@@ -1,7 +1,7 @@
 /* Operating system specific defines to be used when targeting GCC for
    hosting on Windows32, using a Unix style C library and tools.
    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002, 2003,
-   2004, 2005, 2007, 2008, 2009, 2010
+   2004, 2005, 2007, 2008, 2009, 2010, 2011
    Free Software Foundation, Inc.
 
 This file is part of GCC.
@@ -176,9 +176,6 @@ along with GCC; see the file COPYING3.  If not see
 #undef LONG_TYPE_SIZE
 #define LONG_TYPE_SIZE 32
 \f
-union tree_node;
-#define TREE union tree_node *
-\f
 #define drectve_section() \
   (fprintf (asm_out_file, "\t.section .drectve\n"), \
    in_section = NULL)
@@ -472,9 +469,3 @@ do {                                                \
 
 /* Static stack checking is supported by means of probes.  */
 #define STACK_CHECK_STATIC_BUILTIN 1
-
-#undef TREE
-
-#ifndef BUFSIZ
-# undef FILE
-#endif