X-Git-Url: http://git.sourceforge.jp/view?a=blobdiff_plain;f=gcc%2Fvarray.c;h=9900f9e1be01adc91b5592f7ac0bf42560fc87f1;hb=d0460211e30b928810a676d86cf4f043dfc388f4;hp=ceec02760b0177036bbb7ffb336c2589b34b049d;hpb=723800394f2cc1b1f90fccab8e87c60420a0f2db;p=pf3gnuchains%2Fgcc-fork.git diff --git a/gcc/varray.c b/gcc/varray.c index ceec02760b0..9900f9e1be0 100644 --- a/gcc/varray.c +++ b/gcc/varray.c @@ -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. @@ -20,22 +20,11 @@ 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" @@ -251,7 +240,8 @@ print_statistics (void **slot, void *b) #endif /* Output per-varray memory usage statistics. */ -void dump_varray_statistics (void) +void +dump_varray_statistics (void) { #ifdef GATHER_STATISTICS struct output_info info;