dbertoni    02/02/26 19:31:34

  Modified:    c/src/XSLT VariablesStack.cpp
  Log:
  Re-enabled reserving stack space.
  
  Revision  Changes    Path
  1.23      +1 -1      xml-xalan/c/src/XSLT/VariablesStack.cpp
  
  Index: VariablesStack.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XSLT/VariablesStack.cpp,v
  retrieving revision 1.22
  retrieving revision 1.23
  diff -u -r1.22 -r1.23
  --- VariablesStack.cpp        18 Feb 2002 22:30:28 -0000      1.22
  +++ VariablesStack.cpp        27 Feb 2002 03:31:34 -0000      1.23
  @@ -78,7 +78,7 @@
        m_currentStackFrameIndex(0),
        m_guardStack()
   {
  -//   m_stack.reserve(eDefaultStackSize);
  +     m_stack.reserve(eDefaultStackSize);
   }
   
   
  
  
  

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

Reply via email to