Author: adamg                        Date: Fri May  4 20:43:06 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- gcc4 patch

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

---- Diffs:

================================================================
Index: SOURCES/fonty-gcc4.patch
diff -u /dev/null SOURCES/fonty-gcc4.patch:1.1
--- /dev/null   Fri May  4 22:43:06 2007
+++ SOURCES/fonty-gcc4.patch    Fri May  4 22:43:01 2007
@@ -0,0 +1,11 @@
+--- fonty-1.0/dynafont/dynafont.cc~    1998-09-18 15:35:08.000000000 +0200
++++ fonty-1.0/dynafont/dynafont.cc     2007-05-04 22:37:17.000000000 +0200
+@@ -202,7 +202,7 @@
+       numer (unsigned long nr1) : fragmentow (1), b (0), ul (0) {*nr = nr1;}
+       int operator == (const numer &n1) const;
+       int operator != (const numer &n1) const {return !(*this == n1);}
+-      int numer::hash () const;
++      int hash () const;
+ };
+ 
+ int numer::operator == (const numer &n1) const
================================================================
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to