pkgsrc/lang/gcc3/patches/patch-ac
2006-12-07 11:24:27 +00:00

13 lines
539 B
Text

$NetBSD: patch-ac,v 1.5 2006/12/07 11:24:27 markd Exp $
--- gcc/f/com.h.orig 2006-12-05 23:50:53.000000000 +1300
+++ gcc/f/com.h
@@ -233,7 +233,7 @@ void ffecom_finish_decl (tree decl, tree
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);