SOURCES: gcvs-gcc4.patch - next gcc-4* fix (invalid pure specifier)

sls sls at pld-linux.org
Mon Mar 12 03:05:05 CET 2007


Author: sls                          Date: Mon Mar 12 02:05:05 2007 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- next gcc-4* fix (invalid pure specifier)

---- Files affected:
SOURCES:
   gcvs-gcc4.patch (1.1 -> 1.2) 

---- Diffs:

================================================================
Index: SOURCES/gcvs-gcc4.patch
diff -u SOURCES/gcvs-gcc4.patch:1.1 SOURCES/gcvs-gcc4.patch:1.2
--- SOURCES/gcvs-gcc4.patch:1.1	Mon Mar 12 02:30:39 2007
+++ SOURCES/gcvs-gcc4.patch	Mon Mar 12 03:04:59 2007
@@ -18,3 +18,31 @@
  
  	//! compare
  	inline int compare(const char *thestr) const { return strcmp(*this, thestr); }
+--- gcvs-1.0/common/AppGlue.h.orig	2007-03-12 01:41:38.000000000 +0000
++++ gcvs-1.0/common/AppGlue.h	2007-03-12 01:41:53.000000000 +0000
+@@ -30,8 +30,8 @@
+ class CCvsConsole
+ {
+ public:
+-	virtual long cvs_out(char *txt, long len) = 0L;
+-	virtual long cvs_err(char *txt, long len) = 0L;
++	virtual long cvs_out(char *txt, long len) = 0;
++	virtual long cvs_err(char *txt, long len) = 0;
+ };
+ 
+ #define errInternal -99
+--- gcvs-1.0/common/Persistent.h.orig	2007-03-12 01:39:39.000000000 +0000
++++ gcvs-1.0/common/Persistent.h	2007-03-12 01:40:47.000000000 +0000
+@@ -47,9 +47,9 @@
+ 	CPersistent(const char *uniqueName, kClassPersistent pclass);
+ 	virtual ~CPersistent();
+ 
+-	virtual unsigned int SizeOf(void) const = 0L;
+-	virtual const void *GetData(void) const = 0L;
+-	virtual void SetData(const void *ptr, unsigned int size) = 0L;
++	virtual unsigned int SizeOf(void) const = 0;
++	virtual const void *GetData(void) const = 0;
++	virtual void SetData(const void *ptr, unsigned int size) = 0;
+ 		// virtual access
+ 	
+ 	static void SaveAll(void);
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SOURCES/gcvs-gcc4.patch?r1=1.1&r2=1.2&f=u



More information about the pld-cvs-commit mailing list