dbertoni 01/04/11 11:29:22
Modified: c/src/TestXSLT process.cpp
Log:
Removed OS/390-specific code, which is no longer needed.
Revision Changes Path
1.59 +0 -16 xml-xalan/c/src/TestXSLT/process.cpp
Index: process.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/TestXSLT/process.cpp,v
retrieving revision 1.58
retrieving revision 1.59
diff -u -r1.58 -r1.59
--- process.cpp 2001/04/11 02:39:27 1.58
+++ process.cpp 2001/04/11 18:29:21 1.59
@@ -347,22 +347,6 @@
-#if defined(OS390)
-#undef stricmp
-#include <strings.h>
-
-int
-stricmp(
- const char* str1,
- const char* str2)
-{
- return strcasecmp(str1, str2);
-}
-
-#endif
-
-
-
bool
getArgs(
int argc,
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]