You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xalan.apache.org by au...@apache.org on 2001/01/04 20:22:39 UTC

cvs commit: xml-xalan/c/src/XMLSupport FormatterToHTML.cpp

auriemma    01/01/04 11:22:39

  Modified:    c/src/XMLSupport FormatterToHTML.cpp
  Log:
  Changes for AIX.
  
  Revision  Changes    Path
  1.42      +3 -3      xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp
  
  Index: FormatterToHTML.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xalan/c/src/XMLSupport/FormatterToHTML.cpp,v
  retrieving revision 1.41
  retrieving revision 1.42
  diff -u -r1.41 -r1.42
  --- FormatterToHTML.cpp	2000/12/18 20:05:44	1.41
  +++ FormatterToHTML.cpp	2001/01/04 19:22:37	1.42
  @@ -86,7 +86,7 @@
   
   
   
  -#if !defined(XALAN_LSTRSUPPORT)
  +#if !defined(XALAN_LSTRSUPPORT) || defined(XALAN_XALANDOMCHAR_USHORT_MISMATCH)
   
   #include <vector>
   
  @@ -148,7 +148,7 @@
   #endif
   
   
  -#if !defined(XALAN_LSTRSUPPORT)
  +#if !defined(XALAN_LSTRSUPPORT) || defined(XALAN_XALANDOMCHAR_USHORT_MISMATCH)
   
   static const char* const	theHTMLLatin1SymbolsNarrow[] = 
   {
  @@ -184,7 +184,7 @@
   
   
   #else
  -static const XMLCh* const	theHTMLLatin1Symbols[] = 
  +static const XalanDOMChar* const	theHTMLLatin1Symbols[] = 
   {
   	L"nbsp",    L"iexcl",    L"cent",    L"pound",
   	L"curren",    L"yen",    L"brvbar",    L"sect",