SOURCES: libdap-gcc4.patch (NEW) - kill extra qualification

qboosh qboosh at pld-linux.org
Tue Feb 21 22:59:33 CET 2006


Author: qboosh                       Date: Tue Feb 21 21:59:33 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill extra qualification

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

---- Diffs:

================================================================
Index: SOURCES/libdap-gcc4.patch
diff -u /dev/null SOURCES/libdap-gcc4.patch:1.1
--- /dev/null	Tue Feb 21 22:59:33 2006
+++ SOURCES/libdap-gcc4.patch	Tue Feb 21 22:59:28 2006
@@ -0,0 +1,11 @@
+--- libdap-3.5.3/GNU/GNURegex.h.orig	2005-10-01 00:48:01.000000000 +0200
++++ libdap-3.5.3/GNU/GNURegex.h	2006-02-21 22:03:52.708046500 +0100
+@@ -42,7 +42,7 @@
+ {
+ private:
+     regex_t d_preg;
+-    void Regex::init(const char *t) throw(Error);
++    void init(const char *t) throw(Error);
+     
+ public:
+     Regex(const char *t)  throw(Error);
================================================================


More information about the pld-cvs-commit mailing list