You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by mh...@apache.org on 2004/06/30 16:58:45 UTC

cvs commit: xml-xalan/c/src/xalanc/XSLT StylesheetExecutionContextDefault.hpp

mhoyt       2004/06/30 07:58:45

  Modified:    c/src/xalanc/XSLT StylesheetExecutionContextDefault.hpp
  Log:
  Removed extraneous code
  
  Revision  Changes    Path
  1.24      +0 -6      xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.hpp
  
  Index: StylesheetExecutionContextDefault.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContextDefault.hpp,v
  retrieving revision 1.23
  retrieving revision 1.24
  diff -u -r1.23 -r1.24
  --- StylesheetExecutionContextDefault.hpp	28 Jun 2004 14:19:57 -0000	1.23
  +++ StylesheetExecutionContextDefault.hpp	30 Jun 2004 14:58:45 -0000	1.24
  @@ -85,12 +85,6 @@
   	typedef clock_t			ClockType;
   #endif
   
  -#if defined(XALAN_STRICT_ANSI_HEADERS)
  -	typedef std::size_t		size_type;
  -#else
  -	typedef size_t			size_type;
  -#endif
  -
   #if defined(XALAN_NO_STD_NAMESPACE)
   	typedef deque<const ElemTemplateElement*>			ElementTemplateElementStackType;
   	typedef vector<FormatterListener*>					FormatterListenerVectorType;
  
  
  

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