295 lines
8.9 KiB
Diff
295 lines
8.9 KiB
Diff
diff -up xbase64-3.1.2/xbase64/xbase64.cpp.lesserg xbase64-3.1.2/xbase64/xbase64.cpp
|
|
--- xbase64-3.1.2/xbase64/xbase64.cpp.lesserg 2012-01-05 15:31:01.695312436 -0500
|
|
+++ xbase64-3.1.2/xbase64/xbase64.cpp 2012-01-05 15:31:01.717312232 -0500
|
|
@@ -38,7 +38,7 @@
|
|
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbase64.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbase64.h.lesserg xbase64-3.1.2/xbase64/xbase64.h
|
|
--- xbase64-3.1.2/xbase64/xbase64.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbase64.h 2012-01-05 15:31:01.718312223 -0500
|
|
@@ -42,7 +42,7 @@
|
|
#ifndef __XB_XBASE_H__
|
|
#define __XB_XBASE_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
@@ -60,7 +60,7 @@
|
|
// ripped from wxWindows
|
|
|
|
// _declspec works in BC++ 5 and later, as well as VC++
|
|
-#if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__GNU LesserC__)
|
|
+#if defined(__VISUALC__) || defined(__BORLANDC__) || defined(__GNU_LesserC__)
|
|
# ifdef XBMAKINGDLL
|
|
# define XBDLLEXPORT __declspec( dllexport )
|
|
# define XBDLLEXPORT_DATA(type) __declspec( dllexport ) type
|
|
diff -up xbase64-3.1.2/xbase64/xbcdx.h.lesserg xbase64-3.1.2/xbase64/xbcdx.h
|
|
--- xbase64-3.1.2/xbase64/xbcdx.h.lesserg 2012-01-05 15:32:17.398608985 -0500
|
|
+++ xbase64-3.1.2/xbase64/xbcdx.h 2012-01-05 15:32:43.051370614 -0500
|
|
@@ -50,7 +50,7 @@ struct CdxInnerNode: public CdxNode
|
|
{
|
|
char keys[500];
|
|
}
|
|
-#ifdef __GNU LesserC__
|
|
+#ifdef __GNU_LesserC__
|
|
__attribute__((packed))
|
|
#endif
|
|
;
|
|
@@ -67,7 +67,7 @@ struct CdxLeafNode: public CdxNode
|
|
char byteCount;
|
|
char keys[488];
|
|
}
|
|
-#ifdef __GNU LesserC__
|
|
+#ifdef __GNU_LesserC__
|
|
__attribute__((packed))
|
|
#endif
|
|
;
|
|
diff -up xbase64-3.1.2/xbase64/xbdate.cpp.lesserg xbase64-3.1.2/xbase64/xbdate.cpp
|
|
--- xbase64-3.1.2/xbase64/xbdate.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbdate.cpp 2012-01-05 15:31:01.719312213 -0500
|
|
@@ -40,7 +40,7 @@
|
|
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbdate.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbdate.h.lesserg xbase64-3.1.2/xbase64/xbdate.h
|
|
--- xbase64-3.1.2/xbase64/xbdate.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbdate.h 2012-01-05 15:31:01.721312195 -0500
|
|
@@ -45,7 +45,7 @@
|
|
#ifndef __XB_XBDATE_H__
|
|
#define __XB_XBDATE_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbdbf.cpp.lesserg xbase64-3.1.2/xbase64/xbdbf.cpp
|
|
--- xbase64-3.1.2/xbase64/xbdbf.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbdbf.cpp 2012-01-05 15:31:01.722312185 -0500
|
|
@@ -39,7 +39,7 @@
|
|
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbdbf.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbdbf.h.lesserg xbase64-3.1.2/xbase64/xbdbf.h
|
|
--- xbase64-3.1.2/xbase64/xbdbf.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbdbf.h 2012-01-05 15:31:01.723312175 -0500
|
|
@@ -41,7 +41,7 @@
|
|
#ifndef __XB_DBF_H__
|
|
#define __XB_DBF_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbexp.cpp.lesserg xbase64-3.1.2/xbase64/xbexp.cpp
|
|
--- xbase64-3.1.2/xbase64/xbexp.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbexp.cpp 2012-01-05 15:31:01.725312157 -0500
|
|
@@ -38,7 +38,7 @@
|
|
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbexp.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbexp.h.lesserg xbase64-3.1.2/xbase64/xbexp.h
|
|
--- xbase64-3.1.2/xbase64/xbexp.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbexp.h 2012-01-05 15:31:01.726312148 -0500
|
|
@@ -42,7 +42,7 @@
|
|
#ifndef __XB_EXP_H__
|
|
#define __XB_EXP_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbfile.cpp.lesserg xbase64-3.1.2/xbase64/xbfile.cpp
|
|
--- xbase64-3.1.2/xbase64/xbfile.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbfile.cpp 2012-01-05 15:31:01.727312139 -0500
|
|
@@ -39,7 +39,7 @@
|
|
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbfile.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbfile.h.lesserg xbase64-3.1.2/xbase64/xbfile.h
|
|
--- xbase64-3.1.2/xbase64/xbfile.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbfile.h 2012-01-05 15:31:01.728312130 -0500
|
|
@@ -45,7 +45,7 @@
|
|
#ifndef __XB_FILE_H__
|
|
#define __XB_FILE_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbfilter.cpp.lesserg xbase64-3.1.2/xbase64/xbfilter.cpp
|
|
--- xbase64-3.1.2/xbase64/xbfilter.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbfilter.cpp 2012-01-05 15:31:01.729312120 -0500
|
|
@@ -38,7 +38,7 @@
|
|
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbfilter.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbfilter.h.lesserg xbase64-3.1.2/xbase64/xbfilter.h
|
|
--- xbase64-3.1.2/xbase64/xbfilter.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbfilter.h 2012-01-05 15:31:01.731312101 -0500
|
|
@@ -44,7 +44,7 @@
|
|
#ifndef __XB_FILTER_H__
|
|
#define __XB_FILTER_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbindex.cpp.lesserg xbase64-3.1.2/xbase64/xbindex.cpp
|
|
--- xbase64-3.1.2/xbase64/xbindex.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbindex.cpp 2012-01-05 15:31:01.732312092 -0500
|
|
@@ -37,7 +37,7 @@
|
|
USA
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbindex.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbindex.h.lesserg xbase64-3.1.2/xbase64/xbindex.h
|
|
--- xbase64-3.1.2/xbase64/xbindex.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbindex.h 2012-01-05 15:31:01.733312083 -0500
|
|
@@ -43,7 +43,7 @@
|
|
#ifndef __XB_INDEX_H__
|
|
#define __XB_INDEX_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xblock.cpp.lesserg xbase64-3.1.2/xbase64/xblock.cpp
|
|
--- xbase64-3.1.2/xbase64/xblock.cpp.lesserg 2012-01-05 15:31:01.696312427 -0500
|
|
+++ xbase64-3.1.2/xbase64/xblock.cpp 2012-01-05 15:31:01.734312074 -0500
|
|
@@ -42,7 +42,7 @@
|
|
USA
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xblock.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xblock.h.lesserg xbase64-3.1.2/xbase64/xblock.h
|
|
--- xbase64-3.1.2/xbase64/xblock.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xblock.h 2012-01-05 15:31:01.735312065 -0500
|
|
@@ -44,7 +44,7 @@
|
|
#ifndef __XB_XBLOCK_H__
|
|
#define __XB_XBLOCK_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbndx.cpp.lesserg xbase64-3.1.2/xbase64/xbndx.cpp
|
|
--- xbase64-3.1.2/xbase64/xbndx.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbndx.cpp 2012-01-05 15:31:01.737312045 -0500
|
|
@@ -36,7 +36,7 @@
|
|
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbndx.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbndx.h.lesserg xbase64-3.1.2/xbase64/xbndx.h
|
|
--- xbase64-3.1.2/xbase64/xbndx.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbndx.h 2012-01-05 15:31:01.738312036 -0500
|
|
@@ -41,7 +41,7 @@
|
|
#ifndef __XB_NDX_H__
|
|
#define __XB_NDX_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbntx.cpp.lesserg xbase64-3.1.2/xbase64/xbntx.cpp
|
|
--- xbase64-3.1.2/xbase64/xbntx.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbntx.cpp 2012-01-05 15:31:01.740312018 -0500
|
|
@@ -40,7 +40,7 @@
|
|
USA
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbntx.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbntx.h.lesserg xbase64-3.1.2/xbase64/xbntx.h
|
|
--- xbase64-3.1.2/xbase64/xbntx.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbntx.h 2012-01-05 15:31:01.741312009 -0500
|
|
@@ -42,7 +42,7 @@
|
|
#ifndef __XB_NTX_H__
|
|
#define __XB_NTX_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbstring.cpp.lesserg xbase64-3.1.2/xbase64/xbstring.cpp
|
|
--- xbase64-3.1.2/xbase64/xbstring.cpp.lesserg 2006-07-17 12:54:42.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbstring.cpp 2012-01-05 15:31:01.742312000 -0500
|
|
@@ -38,7 +38,7 @@
|
|
|
|
*/
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma implementation "xbstring.h"
|
|
#endif
|
|
|
|
diff -up xbase64-3.1.2/xbase64/xbstring.h.lesserg xbase64-3.1.2/xbase64/xbstring.h
|
|
--- xbase64-3.1.2/xbase64/xbstring.h.lesserg 2006-07-17 12:54:50.000000000 -0400
|
|
+++ xbase64-3.1.2/xbase64/xbstring.h 2012-01-05 15:31:01.743311990 -0500
|
|
@@ -41,7 +41,7 @@
|
|
#ifndef __XBSTRING_H__
|
|
#define __XBSTRING_H__
|
|
|
|
-#ifdef __GNU LesserG__
|
|
+#ifdef __GNU_LesserG__
|
|
#pragma interface
|
|
#endif
|
|
|