]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
r110129@banpei: zack | 2006-01-22 14:51:57 -0800
authorZack Weinberg <zackw@panix.com>
Mon, 23 Jan 2006 15:16:10 +0000 (15:16 +0000)
committerZack Weinberg <zack@gcc.gnu.org>
Mon, 23 Jan 2006 15:16:10 +0000 (15:16 +0000)
 r110129@banpei:  zack | 2006-01-22 14:51:57 -0800
  * varray.c: Remove GENERATOR_FILE #ifdefs.

From-SVN: r110125

gcc/ChangeLog
gcc/varray.c

index d453d59fe551ab8e9af766b60c2b1dce9782b2b2..291dd5135e1562a0b74755f5e7b736fd5a799de0 100644 (file)
@@ -1,3 +1,7 @@
+2006-01-22  Zack Weinberg  <zackw@panix.com>
+
+       * varray.c: Remove GENERATOR_FILE #ifdefs.
+
 2006-01-22  Zack Weinberg  <zackw@panix.com>
 
        * genautomata.c (output_reserved_units_table): Emit nothing if
index ceec02760b0177036bbb7ffb336c2589b34b049d..eb8c99c34ba827925b461500621bd37bda07d61c 100644 (file)
@@ -1,5 +1,5 @@
 /* Virtual array support.
-   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004
+   Copyright (C) 1998, 1999, 2000, 2001, 2002, 2003, 2004, 2006
    Free Software Foundation, Inc.
    Contributed by Cygnus Solutions.
 
    the Free Software Foundation, 51 Franklin Street, Fifth Floor, Boston,
    MA 02110-1301, USA.  */
 
-/* This file is compiled twice: once for the generator programs
-   once for the compiler.  */
-#ifdef GENERATOR_FILE
-#include "bconfig.h"
-#else
 #include "config.h"
-#endif
-
 #include "system.h"
 #include "coretypes.h"
 #include "tm.h"
-#ifdef GENERATOR_FILE
-# include "errors.h"
-#else
-# include "toplev.h"
-#endif
+#include "toplev.h"
 #include "varray.h"
 #include "ggc.h"
 #include "hashtab.h"