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.

11 lines
498 B

  1. --- gcc-3.2.3/gcc/f/com.h 2001-10-17 22:34:51.000000000 +0000
  2. +++ gcc-3.2.3-patch/gcc/f/com.h 2004-07-17 08:39:59.000000000 +0000
  3. @@ -226,7 +226,7 @@
  4. void ffecom_finish_progunit (void);
  5. tree ffecom_get_invented_identifier (const char *pattern, ...)
  6. ATTRIBUTE_PRINTF_1;
  7. -ffeinfoKindtype ffecom_gfrt_basictype (ffecomGfrt ix);
  8. +ffeinfoBasictype ffecom_gfrt_basictype (ffecomGfrt ix);
  9. ffeinfoKindtype ffecom_gfrt_kindtype (ffecomGfrt ix);
  10. void ffecom_init_0 (void);
  11. void ffecom_init_2 (void);