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/07/29 07:41:01 UTC

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

jberry      00/07/28 22:41:01

  Modified:    c/src/util/Compilers CodeWarriorDefs.cpp GCCDefs.cpp
  Log:
  Fixups for Mac OS
  
  Revision  Changes    Path
  1.3       +1 -6      xml-xerces/c/src/util/Compilers/CodeWarriorDefs.cpp
  
  Index: CodeWarriorDefs.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/CodeWarriorDefs.cpp,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- CodeWarriorDefs.cpp	2000/07/19 18:47:29	1.2
  +++ CodeWarriorDefs.cpp	2000/07/29 05:41:00	1.3
  @@ -54,9 +54,7 @@
    * <http://www.apache.org/>.
    */
   
  -
  -#include <utils/XercesDefs.hpp>
  -
  +#include <util/XercesDefs.hpp>
   #include <ctype.h>
   
   // These functions are needed because MacOS doesn't define them
  @@ -90,7 +88,4 @@
       }
       return 0;
   }
  -
  -
  -
   
  
  
  
  1.4       +6 -0      xml-xerces/c/src/util/Compilers/GCCDefs.cpp
  
  Index: GCCDefs.cpp
  ===================================================================
  RCS file: /home/cvs/xml-xerces/c/src/util/Compilers/GCCDefs.cpp,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- GCCDefs.cpp	2000/03/02 19:55:08	1.3
  +++ GCCDefs.cpp	2000/07/29 05:41:00	1.4
  @@ -57,6 +57,9 @@
   
   /*
    * $Log: GCCDefs.cpp,v $
  + * Revision 1.4  2000/07/29 05:41:00  jberry
  + * Fixups for Mac OS
  + *
    * Revision 1.3  2000/03/02 19:55:08  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
  @@ -79,6 +82,7 @@
   // ---------------------------------------------------------------------------
   #include <util/Compilers/GCCDefs.hpp>
   #include <strings.h>
  +#include <string.h>
   
   
   int stricmp(const char* const str1, const char* const  str2)