This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

c-common, tree: More prototypes


2000-07-08  Rodney Brown  <RodneyBrown@pmsc.com>
	* c-common.c: c-common.h => c-tree.h for additional prototypes
	# tree.c: finish_vector_type prototype

--- gcc/c-common.c.orig	Tue Jul  4 22:46:02 2000
+++ gcc/c-common.c	Sat Jul  8 10:32:14 2000
@@ -22,7 +22,7 @@ Boston, MA 02111-1307, USA.  */
 #include "config.h"
 #include "system.h"
 #include "tree.h"
-#include "c-common.h"
+#include "c-tree.h"
 #include "flags.h"
 #include "toplev.h"
 #include "output.h"
--- gcc/tree.c.orig	Tue Jun 27 23:19:04 2000
+++ gcc/tree.c	Sat Jul  8 09:27:21 2000
@@ -277,8 +277,9 @@ static void append_random_chars PARAMS (
 static void mark_type_hash PARAMS ((void *));
 static int type_hash_eq PARAMS ((const void*, const void*));
 static unsigned int type_hash_hash PARAMS ((const void*));
-static void print_type_hash_statistics PARAMS((void));
-static int mark_hash_entry PARAMS((void **, void *));
+static void print_type_hash_statistics PARAMS ((void));
+static int mark_hash_entry PARAMS ((void **, void *));
+static void finish_vector_type PARAMS ((tree));
 
 /* If non-null, these are language-specific helper functions for
    unsave_expr_now.  If present, LANG_UNSAVE is called before its

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]