freebsd-ports/devel/mingw-gcc/files/patch-ad
Volker Stolz 09017df712 Fix compilation on >5.x (gcc34)
PR:		ports/76138
Submitted by:	Corentin Plouet
2005-01-19 16:35:48 +00:00

11 lines
468 B
Text

--- gcc/f/com.h.orig Wed Jan 12 11:57:10 2005
+++ gcc/f/com.h Wed Jan 12 11:57:37 2005
@@ -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);