pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/COMMON/patches-egcs Fix GCC 3.4: prototype and i...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/dc11e5111136
branches:  trunk
changeset: 505635:dc11e5111136
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Thu Jan 05 19:30:45 2006 +0000

description:
Fix GCC 3.4: prototype and implementation mismatch.

diffstat:

 cross/COMMON/patches-egcs/patch-ak |  13 +++++++++++++
 1 files changed, 13 insertions(+), 0 deletions(-)

diffs (17 lines):

diff -r 56ee23ce0924 -r dc11e5111136 cross/COMMON/patches-egcs/patch-ak
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/cross/COMMON/patches-egcs/patch-ak        Thu Jan 05 19:30:45 2006 +0000
@@ -0,0 +1,13 @@
+$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);



Home | Main Index | Thread Index | Old Index