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

cvs commit: xml-xerces/c/src/util/Compilers CodeWarriorDefs.hpp

jberry      00/10/18 15:24:43

  Modified:    c/src/util/Compilers CodeWarriorDefs.hpp
  Log:
  - Update comments to reflect new fixed size XMLCh.
  
  Revision  Changes    Path
  1.7       +2 -21     xml-xerces/c/src/util/Compilers/CodeWarriorDefs.hpp
  
  Index: CodeWarriorDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/CodeWarriorDefs.hpp,v
  retrieving revision 1.6
  retrieving revision 1.7
  diff -u -r1.6 -r1.7
  --- CodeWarriorDefs.hpp	2000/07/18 18:26:04	1.6
  +++ CodeWarriorDefs.hpp	2000/10/18 22:24:40	1.7
  @@ -55,28 +55,7 @@
    */
   
   /*
  - * $Log: CodeWarriorDefs.hpp,v $
  - * Revision 1.6  2000/07/18 18:26:04  andyh
  - * Mac OS update.
  - * Contributed by James Berry <jb...@criticalpath.com>
  - *
  - * Revision 1.5  2000/03/02 19:55:07  roddey
  - * This checkin includes many changes done while waiting for the
  - * 1.1.0 code to be finished. I can't list them all here, but a list is
  - * available elsewhere.
  - *
  - * Revision 1.4  2000/02/06 07:48:17  rahulj
  - * Year 2K copyright swat.
  - *
  - * Revision 1.3  1999/11/12 20:36:53  rahulj
  - * Changed library name to xerces-c.lib.
  - *
  - * Revision 1.1.1.1  1999/11/09 01:07:29  twl
  - * Initial checkin
  - *
  - * Revision 1.2  1999/11/08 20:45:22  rahul
  - * Swat for adding in Product name and CVS comment log variable.
  - *
  + * $Id: CodeWarriorDefs.hpp,v 1.7 2000/10/18 22:24:40 jberry Exp $
    */
   
   
  @@ -108,9 +87,7 @@
   
   
   // ---------------------------------------------------------------------------
  -//  Define our version of the XMLCh. XMLCh should be mapped to the native
  -//  wide char type (whatever wchar_t is.) On Mac, wchar_t is not an
  -//  intrinsic type and is just mapped to unsigned short.
  +//  Define our version of the XMLCh.
   // ---------------------------------------------------------------------------
   typedef unsigned short  XMLCh;
   typedef unsigned short  UTF16Ch;