blob: 3ed5254749723e9c1c8c09de22494767d6f7a1dc (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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);
|