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 2002/04/24 06:08:06 UTC

cvs commit: xml-xalan/c/src/PlatformSupport XalanDOMStringAllocator.hpp

dbertoni    02/04/23 21:08:06

  Modified:    c/src/PlatformSupport XalanDOMStringAllocator.hpp
  Log:
  Fixed preprocessor directive.
  
  Revision  Changes    Path
  1.2       +1 -1      xml-xalan/c/src/PlatformSupport/XalanDOMStringAllocator.hpp
  
  Index: XalanDOMStringAllocator.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/PlatformSupport/XalanDOMStringAllocator.hpp,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XalanDOMStringAllocator.hpp	19 Apr 2002 05:23:15 -0000	1.1
  +++ XalanDOMStringAllocator.hpp	24 Apr 2002 04:08:06 -0000	1.2
  @@ -106,7 +106,7 @@
   	data_type*
   	create(
   			const char*				theString,
  -#if defined(_MSC_VER
  +#if defined(_MSC_VER)
   			// $$$ ToDo: Some strange bug in MSVC++ complains when using data_type::npos here.
   			data_type_size_type		theCount = data_type_size_type(-1));
   #else
  
  
  

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