Patch an obvious typo in the GCC g77 code pickedup by the new GCC compiler

in -CURRENT
This commit is contained in:
James E. Housley 2004-08-15 15:16:35 +00:00
parent 6a27901bbe
commit cbe02337da
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=116268
2 changed files with 12 additions and 1 deletions

View File

@ -7,7 +7,7 @@
PORTNAME= g77
PORTVERSION= 3.2.3
PORTREVISION= 4
PORTREVISION= 5
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEWARE} \
${MASTER_SITE_GNU:S/$/:gcc/}

View File

@ -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);