dbertoni 2003/03/11 17:18:20
Modified: c/src/XalanDOM XalanNode.hpp
Log:
Made IndexType an unsigned long, since unsigned int doesn't give any space
savings.
Revision Changes Path
1.10 +1 -4 xml-xalan/c/src/XalanDOM/XalanNode.hpp
Index: XalanNode.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XalanDOM/XalanNode.hpp,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- XalanNode.hpp 12 Feb 2003 22:57:49 -0000 1.9
+++ XalanNode.hpp 12 Mar 2003 01:18:20 -0000 1.10
@@ -108,10 +108,7 @@
NOTATION_NODE = 12
};
- // On most platforms, this is a 32-bit value, so that
- // seems adequate. It could be increased on 64-bit
- // platforms, if need be.
- typedef unsigned int IndexType;
+ typedef unsigned long IndexType;
virtual const XalanDOMString&
getNodeName() const = 0;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]