Author: arekm                        Date: Sat Apr  1 21:40:10 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc 4.1 fixes

---- Files affected:
SOURCES:
   festival-gcc4.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/festival-gcc4.patch
diff -u /dev/null SOURCES/festival-gcc4.patch:1.1
--- /dev/null   Sat Apr  1 23:40:10 2006
+++ SOURCES/festival-gcc4.patch Sat Apr  1 23:40:05 2006
@@ -0,0 +1,15 @@
+diff -ur festival.org/src/modules/clunits/clunits.h 
festival/src/modules/clunits/clunits.h
+--- festival.org/src/modules/clunits/clunits.h 2001-07-05 12:19:09.000000000 
+0000
++++ festival/src/modules/clunits/clunits.h     2006-04-01 20:36:30.552506750 
+0000
+@@ -83,9 +83,9 @@
+     CLfile *get_fileitem(const EST_String &name)
+       { return (CLfile *)fileindex.lookup(name); }
+     void load_coefs_sig(EST_Item *unit);
+-    CLfile *CLDB::get_file_coefs_sig(const EST_String &fileid);
++    CLfile *get_file_coefs_sig(const EST_String &fileid);
+     void load_join_coefs(CLunit *unit);
+-    CLfile *CLDB::get_file_join_coefs(const EST_String &fileid);
++    CLfile *get_file_join_coefs(const EST_String &fileid);
+ };
+ 
+ 
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to