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

qboosh qboosh at pld-linux.org
Tue Feb 21 08:39:05 CET 2006


Author: qboosh                       Date: Tue Feb 21 07:39:05 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- kill extra qualification

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

---- Diffs:

================================================================
Index: SOURCES/xbase-gcc4.patch
diff -u /dev/null SOURCES/xbase-gcc4.patch:1.1
--- /dev/null	Tue Feb 21 08:39:05 2006
+++ SOURCES/xbase-gcc4.patch	Tue Feb 21 08:39:00 2006
@@ -0,0 +1,11 @@
+--- xbase-2.1.1/xbase/ntx.h.orig	2003-08-16 21:59:39.000000000 +0200
++++ xbase-2.1.1/xbase/ntx.h	2006-02-21 08:32:35.405905250 +0100
+@@ -219,7 +219,7 @@
+    xbShort  KeyExists( char * Key ) { return FindKey( Key, strlen( Key ), 0 ); }
+    xbShort  KeyExists( xbDouble );
+ 
+-   xbShort xbNtx::AllocKeyBufs(void);
++   xbShort  AllocKeyBufs(void);
+ 
+    virtual void GetExpression(char *buf, int len);
+ };
================================================================


More information about the pld-cvs-commit mailing list