mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

35 lines
1.9 KiB

  1. --- gcc-2.95.3/gcc/ch/ch-tree.h 1999-01-31 18:46:25.000000000 +0100
  2. +++ src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/ch/ch-tree.h 2004-11-03 21:31:04.000000000 +0100
  3. @@ -733,7 +733,7 @@
  4. extern tree start_enum PROTO((tree));
  5. extern int start_function PROTO((tree, tree, int));
  6. extern tree start_decl PROTO((tree, tree, int));
  7. -extern tree start_struct PROTO((enum tree_code, tree));
  8. +extern tree start_struct PROTO((enum chill_tree_code code, tree name ATTRIBUTE_UNUSED));
  9. extern void store_parm_decls PROTO((void));
  10. extern tree xref_tag PROTO((enum tree_code, tree));
  11. @@ -902,7 +902,7 @@
  12. extern void init_chill_expand PROTO((void));
  13. extern void chill_expand_assignment PROTO((tree, enum chill_tree_code, tree));
  14. extern void expand_assignment_action PROTO((tree, enum chill_tree_code, tree));
  15. -extern int compare_int_csts PROTO((enum chill_tree_code,
  16. +extern int compare_int_csts PROTO((enum tree_code,
  17. tree, tree));
  18. extern void expand_varying_length_assignment PROTO((tree, tree));
  19. extern tree force_addr_of PROTO((tree));
  20. gcc-2.95.3/gcc/ch/ch-tree.h src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/ch/ch-tree.h~
  21. --- gcc-2.95.3/gcc/f/com.h 1999-04-17 12:58:25.000000000 +0200
  22. +++ src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/f/com.h 2004-11-03 21:37:18.583976240 +0100
  23. @@ -310,7 +310,7 @@
  24. void ffecom_finish_progunit (void);
  25. tree ffecom_get_invented_identifier (const char *pattern, const char *text,
  26. int number);
  27. -ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix);
  28. +ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt ix);
  29. ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix);
  30. void ffecom_init_0 (void);
  31. void ffecom_init_2 (void);
  32. gcc-2.95.3/gcc/f/com.h src.gcc2.1099510949.16190.2814630526/gcc-2.95.3/gcc/f/com.h~