You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ar...@locus.apache.org on 2000/07/26 00:30:24 UTC

cvs commit: xml-xerces/c/src/util/Platforms/OS390 OS390PlatformUtils.cpp

aruna1      00/07/25 15:30:24

  Modified:    c/src/util/Platforms/OS390 OS390PlatformUtils.cpp
  Log:
  Char definitions in XMLUni moved to XMLUniDefs
  
  Revision  Changes    Path
  1.13      +4 -0      xml-xerces/c/src/util/Platforms/OS390/OS390PlatformUtils.cpp
  
  Index: OS390PlatformUtils.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Platforms/OS390/OS390PlatformUtils.cpp,v
  retrieving revision 1.12
  retrieving revision 1.13
  diff -u -r1.12 -r1.13
  --- OS390PlatformUtils.cpp	2000/03/18 00:00:00	1.12
  +++ OS390PlatformUtils.cpp	2000/07/25 22:30:24	1.13
  @@ -56,6 +56,9 @@
   
   /*
    * $Log: OS390PlatformUtils.cpp,v $
  + * Revision 1.13  2000/07/25 22:30:24  aruna1
  + * Char definitions in XMLUni moved to XMLUniDefs
  + *
    * Revision 1.12  2000/03/18 00:00:00  roddey
    * Initial updates for two way transcoding support
    *
  @@ -121,6 +124,7 @@
   #include    <unistd.h>
   #include    <limits.h>	
   #include    <util/XMLString.hpp>
  +#include    <util/XMLUniDefs.hpp>
   #include    <util/XMLUni.hpp>
   
   #if defined (XML_USE_ICU_TRANSCODER)