SOURCES: uspell-gcc4.patch (NEW) - gcc4 fix

freetz freetz at pld-linux.org
Sun Jan 29 08:42:48 CET 2006


Author: freetz                       Date: Sun Jan 29 07:42:48 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc4 fix

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

---- Diffs:

================================================================
Index: SOURCES/uspell-gcc4.patch
diff -u /dev/null SOURCES/uspell-gcc4.patch:1.1
--- /dev/null	Sun Jan 29 08:42:48 2006
+++ SOURCES/uspell-gcc4.patch	Sun Jan 29 08:42:43 2006
@@ -0,0 +1,12 @@
+diff -aurN uspell.orig/src/uspell.h uspell/src/uspell.h
+--- uspell.orig/src/uspell.h	2003-07-24 02:20:04.000000000 +0200
++++ uspell/src/uspell.h	2006-01-29 08:39:41.024369000 +0100
+@@ -136,7 +136,7 @@
+ 			const wide_t *target, const int targetLength);
+ 		int wordDiff(const wide_t *string1, const int string1Length,
+ 			const wide_t *string2, const int string2Length);
+-		void uSpell::acceptGoodWord(const utf8_t *buf, int wordPosition,
++		void acceptGoodWord(const utf8_t *buf, int wordPosition,
+ 			int fileNumber);
+ }; // class uSpell
+ 
================================================================


More information about the pld-cvs-commit mailing list