You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@xerces.apache.org by ra...@locus.apache.org on 2000/02/17 04:36:54 UTC

cvs commit: xml-xerces/c/src/util/Platforms/Solaris SolarisDefs.hpp

rahulj      00/02/16 19:36:54

  Modified:    c/src/util/Platforms/Solaris SolarisDefs.hpp
  Log:
  Fixed a cut-paste typo in the comments.
  
  Revision  Changes    Path
  1.3       +4 -1      xml-xerces/c/src/util/Platforms/Solaris/SolarisDefs.hpp
  
  Index: SolarisDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Platforms/Solaris/SolarisDefs.hpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- SolarisDefs.hpp	2000/02/06 07:48:30	1.2
  +++ SolarisDefs.hpp	2000/02/17 03:36:54	1.3
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: SolarisDefs.hpp,v $
  + * Revision 1.3  2000/02/17 03:36:54  rahulj
  + * Fixed a cut-paste typo in the comments.
  + *
    * Revision 1.2  2000/02/06 07:48:30  rahulj
    * Year 2K copyright swat.
    *
  @@ -69,7 +72,7 @@
   
   
   // ---------------------------------------------------------------------------
  -//  AIX runs in big endian mode
  +//  SPARC runs in big endian mode
   // ---------------------------------------------------------------------------
   #define ENDIANMODE_BIG
   typedef void* FileHandle;