13 lines
540 B
Text
13 lines
540 B
Text
$NetBSD: patch-ak,v 1.1 2006/01/05 19:30:45 joerg Exp $
|
|
|
|
--- gcc/f/com.h.orig 2005-12-23 17:46:13.000000000 +0000
|
|
+++ gcc/f/com.h
|
|
@@ -301,7 +301,7 @@ void ffecom_finish_decl (tree decl, tree
|
|
void ffecom_finish_progunit (void);
|
|
tree ffecom_get_invented_identifier (char *pattern, 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);
|