dbertoni 2003/05/09 13:07:58
Modified: c/src/XPath XPathExpression.hpp
Log:
Removed trailing comma.
Revision Changes Path
1.38 +1 -1 xml-xalan/c/src/XPath/XPathExpression.hpp
Index: XPathExpression.hpp
===================================================================
RCS file: /home/cvs/xml-xalan/c/src/XPath/XPathExpression.hpp,v
retrieving revision 1.37
retrieving revision 1.38
diff -u -r1.37 -r1.38
--- XPathExpression.hpp 8 May 2003 22:29:42 -0000 1.37
+++ XPathExpression.hpp 9 May 2003 20:07:58 -0000 1.38
@@ -1445,7 +1445,7 @@
enum
{
eDefaultOpMapSize = 100,
- eDefaultTokenQueueSize = 30,
+ eDefaultTokenQueueSize = 30
};
NumberLiteralValueVectorType m_numberLiteralValues;
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]