Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-2-0]: src/gnu/dist/gcc/gcc/f Pull up revision 1.2 (requested by j...



details:   https://anonhg.NetBSD.org/src/rev/f444b2601ca5
branches:  netbsd-2-0
changeset: 561549:f444b2601ca5
user:      tron <tron%NetBSD.org@localhost>
date:      Tue Jun 22 07:42:28 2004 +0000

description:
Pull up revision 1.2 (requested by jmc in ticket #528):
Typo in return type. From PR#25933

diffstat:

 gnu/dist/gcc/gcc/f/com.h |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 20066ce51ee4 -r f444b2601ca5 gnu/dist/gcc/gcc/f/com.h
--- a/gnu/dist/gcc/gcc/f/com.h  Tue Jun 22 07:38:48 2004 +0000
+++ b/gnu/dist/gcc/gcc/f/com.h  Tue Jun 22 07:42:28 2004 +0000
@@ -233,7 +233,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);



Home | Main Index | Thread Index | Old Index