dbertoni 2004/07/29 13:18:12
Modified: c/src/xalanc/XalanEXSLT XalanEXSLTDateTime.cpp
Log:
Fixed problem on Tru64.
Revision Changes Path
1.8 +6 -2 xml-xalan/c/src/xalanc/XalanEXSLT/XalanEXSLTDateTime.cpp
Index: XalanEXSLTDateTime.cpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/xalanc/XalanEXSLT/XalanEXSLTDateTime.cpp,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- XalanEXSLTDateTime.cpp 5 Jul 2004 23:35:07 -0000 1.7
+++ XalanEXSLTDateTime.cpp 29 Jul 2004 20:18:11 -0000 1.8
@@ -94,7 +94,9 @@
};
-#if defined(WIN32)
+
+#if defined(WIN32) || defined(__DECCXX)
+
static struct tm *
localtime_r(const time_t *clock, struct tm *res)
{
@@ -135,7 +137,9 @@
}
-#endif // WIN32
+#endif // defined(WIN32) || defined(__DECCXX)
+
+
XObjectPtr
XalanEXSLTFunctionDateTime::execute(
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]