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 2004/02/06 18:27:05 UTC

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

dbertoni    2004/02/06 09:27:05

  Modified:    c/src/xalanc/XSLT StylesheetExecutionContext.hpp
  Log:
  Fixed typedef problem in Linux.
  
  Revision  Changes    Path
  1.13      +0 -2      xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.hpp
  
  Index: StylesheetExecutionContext.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/xalanc/XSLT/StylesheetExecutionContext.hpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- StylesheetExecutionContext.hpp	6 Feb 2004 09:52:51 -0000	1.12
  +++ StylesheetExecutionContext.hpp	6 Feb 2004 17:27:05 -0000	1.13
  @@ -149,8 +149,6 @@
   
   #if defined(XALAN_STRICT_ANSI_HEADERS)
   	typedef std::size_t		size_t;
  -#else
  -	typedef size_t			size_t;
   #endif
   
   #if defined(XALAN_NO_STD_NAMESPACE)
  
  
  

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