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/02/22 02:00:49 UTC

cvs commit: xml-xerces/c/src/util/Compilers Makefile.in GCCDefs.hpp

aruna1      00/02/21 17:00:49

  Modified:    c/src/util/Compilers Makefile.in GCCDefs.hpp
  Log:
  GNUGDefs references removed. Now only GCCDefs is used instead
  
  Revision  Changes    Path
  1.10      +3 -1      xml-xerces/c/src/util/Compilers/Makefile.in
  
  Index: Makefile.in
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/Makefile.in,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- Makefile.in	2000/02/10 00:12:06	1.9
  +++ Makefile.in	2000/02/22 01:00:48	1.10
  @@ -55,6 +55,9 @@
   #
   #
   # $Log: Makefile.in,v $
  +# Revision 1.10  2000/02/22 01:00:48  aruna1
  +# GNUGDefs references removed. Now only GCCDefs is used instead
  +#
   # Revision 1.9  2000/02/10 00:12:06  abagchi
   # Removed OS400SetDefs.cpp
   #
  @@ -113,7 +116,6 @@
   	CSetDefs.hpp \
   	CodeWarriorDefs.hpp \
   	GCCDefs.hpp \
  -	GNUGDefs.hpp \
   	HPCCDefs.hpp \
   	IBMVAOS2Defs.hpp \
   	IBMVAW32Defs.hpp \
  
  
  
  1.8       +8 -0      xml-xerces/c/src/util/Compilers/GCCDefs.hpp
  
  Index: GCCDefs.hpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/GCCDefs.hpp,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- GCCDefs.hpp	2000/02/06 07:48:17	1.7
  +++ GCCDefs.hpp	2000/02/22 01:00:48	1.8
  @@ -56,6 +56,9 @@
   
   /**
    * $Log: GCCDefs.hpp,v $
  + * Revision 1.8  2000/02/22 01:00:48  aruna1
  + * GNUGDefs references removed. Now only GCCDefs is used instead
  + *
    * Revision 1.7  2000/02/06 07:48:17  rahulj
    * Year 2K copyright swat.
    *
  @@ -104,6 +107,11 @@
   // typedef unsigned short XMLCh; // is another option, now considered old
   typedef wchar_t XMLCh;
   
  +// ---------------------------------------------------------------------------
  +//  Define unsigned 16 and 32 bits integers
  +// ---------------------------------------------------------------------------
  +typedef unsigned short  XMLUInt16;
  +typedef unsigned int    XMLUInt32;
   
   // ---------------------------------------------------------------------------
   //  Force on the XML4C debug token if it was on in the build environment