dbertoni    2004/08/05 20:12:22

  Modified:    c/src/xalanc/XPath XPathExpression.cpp
  Log:
  Moved assert before return statement.
  
  Revision  Changes    Path
  1.13      +2 -2      xml-xalan/c/src/xalanc/XPath/XPathExpression.cpp
  
  Index: XPathExpression.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XPath/XPathExpression.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- XPathExpression.cpp       3 Mar 2004 02:26:36 -0000       1.12
  +++ XPathExpression.cpp       6 Aug 2004 03:12:22 -0000       1.13
  @@ -502,9 +502,9 @@
                }
        }
   
  -     return m_lastOpCodeIndex;
  -
        assert(opCodeMapSize() == OpCodeMapSizeType(opCodeMapLength()));
  +
  +     return m_lastOpCodeIndex;
   }
   
   
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to