c-common, tree: More prototypes

Rodney Brown rdb@localhost
Sun Jul 9 16:04:00 GMT 2000


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


More information about the Gcc-patches mailing list