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/08/04 09:09:49 UTC

cvs commit: xml-xalan/c/src/xalanc/XSLT StylesheetExecutionContext.cpp

dbertoni    2003/08/04 00:09:49

  Modified:    c/src/xalanc/XSLT StylesheetExecutionContext.cpp
  Log:
  Fixed glitch with return values.
  
  Revision  Changes    Path
  1.4       +2 -0      xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.cpp
  
  Index: StylesheetExecutionContext.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- StylesheetExecutionContext.cpp	4 Aug 2003 06:35:33 -0000	1.3
  +++ StylesheetExecutionContext.cpp	4 Aug 2003 07:09:49 -0000	1.4
  @@ -84,6 +84,7 @@
   
   
   
  +void
   StylesheetExecutionContext::ParamsPushPop::doPush(
   			const ElemTemplateElement&		xslCallTemplateElement,
   			int								savedStackFrameIndex)
  @@ -98,6 +99,7 @@
   
   
   
  +void
   StylesheetExecutionContext::ParamsPushPop::doPush(const ElemTemplateElement&	xslCallTemplateElement)
   {
   	if (xslCallTemplateElement.hasParams() == true)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-cvs-unsubscribe@xml.apache.org
For additional commands, e-mail: xalan-cvs-help@xml.apache.org