diff options
author | James E. Housley <jeh@FreeBSD.org> | 2004-08-15 15:16:35 +0000 |
---|---|---|
committer | James E. Housley <jeh@FreeBSD.org> | 2004-08-15 15:16:35 +0000 |
commit | cbe02337dabcd55098b6883dff9035f82f3f33bc (patch) | |
tree | 8582303bc96d0e8dbc101c5117bca873315ca5fa /devel/i386-rtems-g77/files/patch-ac | |
parent | update to 1.1.11.1 (diff) |
Patch an obvious typo in the GCC g77 code pickedup by the new GCC compiler
in -CURRENT
Notes
Notes:
svn path=/head/; revision=116268
Diffstat (limited to '')
-rw-r--r-- | devel/i386-rtems-g77/files/patch-ac | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/devel/i386-rtems-g77/files/patch-ac b/devel/i386-rtems-g77/files/patch-ac new file mode 100644 index 000000000000..3ed525474972 --- /dev/null +++ b/devel/i386-rtems-g77/files/patch-ac @@ -0,0 +1,11 @@ +--- gcc-3.2.3/gcc/f/com.h.orig Sun Aug 15 08:57:54 2004 ++++ gcc-3.2.3/gcc/f/com.h Sun Aug 15 08:58:24 2004 +@@ -226,7 +226,7 @@ + void ffecom_finish_progunit (void); + tree ffecom_get_invented_identifier (const char *pattern, ...) + ATTRIBUTE_PRINTF_1; +-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); |