You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by db...@apache.org on 2003/05/09 22:07:58 UTC

cvs commit: xml-xalan/c/src/XPath XPathExpression.hpp

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: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org