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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to