dbertoni 01/01/25 09:12:30
Modified: c/src/TestXSLT process.cpp
Log:
Changes for Solaris port.
Revision Changes Path
1.54 +4 -2 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.53
retrieving revision 1.54
diff -u -r1.53 -r1.54
--- process.cpp 2001/01/16 02:41:19 1.53
+++ process.cpp 2001/01/25 17:12:27 1.54
@@ -302,9 +302,9 @@
doValidation(false),
noIndent(false),
formatToNull(false),
+ formatToSourceTree(false),
useDOM(false),
useDOMForRTFs(false),
- formatToSourceTree(false),
indentAmount(-1),
outputType(-1),
outFileName(),
@@ -1228,8 +1228,10 @@
<< "A dump of these instances
follows..."
<< endl
<< endl;
+
+ typedef vector<XalanNode*> NodeVectorType;
- vector<XalanNode*>
theNodes(theInstanceCount, 0);
+ NodeVectorType theNodes(theInstanceCount,
NodeVectorType::value_type(0));
XalanNode::getLiveInstances(&*theNodes.begin());