dbertoni    2003/02/17 09:24:10

  Modified:    c/src/ICUBridge ICUBridgeCollationCompareFunctorImpl.cpp
  Log:
  Removed reference to ICU #define.
  
  Revision  Changes    Path
  1.8       +2 -2      
xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctorImpl.cpp
  
  Index: ICUBridgeCollationCompareFunctorImpl.cpp
  ===================================================================
  RCS file: 
/home/cvs/xml-xalan/c/src/ICUBridge/ICUBridgeCollationCompareFunctorImpl.cpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- ICUBridgeCollationCompareFunctorImpl.cpp  6 Feb 2003 22:31:52 -0000       
1.7
  +++ ICUBridgeCollationCompareFunctorImpl.cpp  17 Feb 2003 17:24:09 -0000      
1.8
  @@ -175,7 +175,7 @@
                        const XalanDOMChar*             theLHS,
                        const XalanDOMChar*             theRHS) const
   {
  -#if defined(XALAN_USE_WCHAR_CAST_HACK) && defined(U_WCHAR_IS_UTF16)
  +#if defined(XALAN_USE_WCHAR_CAST_HACK)
        return theCollator.compare(
                                (const wchar_t*)theLHS,
                                length(theLHS),
  @@ -366,7 +366,7 @@
                                caseOrderConvert(theCaseOrder),
                                theStatus);
   
  -#if defined(XALAN_USE_WCHAR_CAST_HACK) && defined(U_WCHAR_IS_UTF16)
  +#if defined(XALAN_USE_WCHAR_CAST_HACK)
        return theCollator.compare(
                                        (const wchar_t*)theLHS,
                                        length(theLHS),
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to