diff options
author | Joseph Myers <joseph@codesourcery.com> | 2011-04-21 11:50:24 +0100 |
---|---|---|
committer | Joseph Myers <jsm28@gcc.gnu.org> | 2011-04-21 11:50:24 +0100 |
commit | f0dca5baf206a94c93c9aef85eb32d2734bf2878 (patch) | |
tree | 7b15756d7faa639bfb6877627933348324b91de2 /gcc | |
parent | 984514ac2eee98afae88c833714fecf12abcf6ac (diff) | |
download | gcc-f0dca5baf206a94c93c9aef85eb32d2734bf2878.zip gcc-f0dca5baf206a94c93c9aef85eb32d2734bf2878.tar.gz gcc-f0dca5baf206a94c93c9aef85eb32d2734bf2878.tar.bz2 |
cygming.h (union tree_node, TREE): Don't define or undefine.
* config/i386/cygming.h (union tree_node, TREE): Don't define or
undefine.
(FILE): Don't undefine.
From-SVN: r172819
Diffstat (limited to 'gcc')
-rw-r--r-- | gcc/ChangeLog | 6 | ||||
-rw-r--r-- | gcc/config/i386/cygming.h | 11 |
2 files changed, 7 insertions, 10 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0519905..a581d7a 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,5 +1,11 @@ 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 struct rtx_def *. * config/bfin/bfin.h (bfin_cc_rtx, bfin_rets_rtx): Use rtx, not diff --git a/gcc/config/i386/cygming.h b/gcc/config/i386/cygming.h index db266b8..2eccda9 100644 --- a/gcc/config/i386/cygming.h +++ b/gcc/config/i386/cygming.h @@ -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 -union tree_node; -#define TREE union tree_node * - #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 |