|
|
# --- ROCK-COPYRIGHT-NOTE-BEGIN --- # # This copyright note is auto-generated by ./scripts/Create-CopyPatch. # Please add additional copyright information _after_ the line containing # the ROCK-COPYRIGHT-NOTE-END tag. Otherwise it might get removed by # the ./scripts/Create-CopyPatch script. Do not edit this copyright text! # # ROCK Linux: rock-src/package/base/gcc/gcc2/gcc34.patch # ROCK Linux is Copyright (C) 1998 - 2005 Clifford Wolf # # This patch file is dual-licensed. It is available under the license the # patched project is licensed under, as long as it is an OpenSource license # as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms # of the GNU General Public License as published by the Free Software # Foundation; either version 2 of the License, or (at your option) any later # version. # # --- ROCK-COPYRIGHT-NOTE-END ---
--- 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~
|