--- gcc-2.95.3/gcc/ch/ch-tree.h 1999-01-31 18:46:25.000000000 +0100 +++ src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/ch/ch-tree.h 2004-11-03 21:31:04.000000000 +0100 @@ -733,7 +733,7 @@ extern tree start_enum PROTO((tree)); extern int start_function PROTO((tree, tree, int)); extern tree start_decl PROTO((tree, tree, int)); -extern tree start_struct PROTO((enum tree_code, tree)); +extern tree start_struct PROTO((enum chill_tree_code code, tree name ATTRIBUTE_UNUSED)); extern void store_parm_decls PROTO((void)); extern tree xref_tag PROTO((enum tree_code, tree)); @@ -902,7 +902,7 @@ extern void init_chill_expand PROTO((void)); extern void chill_expand_assignment PROTO((tree, enum chill_tree_code, tree)); extern void expand_assignment_action PROTO((tree, enum chill_tree_code, tree)); -extern int compare_int_csts PROTO((enum chill_tree_code, +extern int compare_int_csts PROTO((enum tree_code, tree, tree)); extern void expand_varying_length_assignment PROTO((tree, tree)); extern tree force_addr_of PROTO((tree)); gcc-2.95.3/gcc/ch/ch-tree.h src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/ch/ch-tree.h~ --- gcc-2.95.3/gcc/f/com.h 1999-04-17 12:58:25.000000000 +0200 +++ src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/f/com.h 2004-11-03 21:37:18.583976240 +0100 @@ -310,7 +310,7 @@ void ffecom_finish_progunit (void); tree ffecom_get_invented_identifier (const char *pattern, const char *text, int number); -ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix); +ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt ix); ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix); void ffecom_init_0 (void); void ffecom_init_2 (void); gcc-2.95.3/gcc/f/com.h src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/f/com.h~