jberry      2004/01/28 09:39:47

  Modified:    c/Projects/MacOS/CodeWarrior/XercesLib
                        XercesLibMachODbgPrefix.h XercesLibMachORelPrefix.h
  Log:
  Define away some gcc garbage so that /usr/include/unistd.h will compile with the 
CodeWarrior MachO target
  
  Revision  Changes    Path
  1.2       +5 -1      
xml-xerces/c/Projects/MacOS/CodeWarrior/XercesLib/XercesLibMachODbgPrefix.h
  
  Index: XercesLibMachODbgPrefix.h
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/Projects/MacOS/CodeWarrior/XercesLib/XercesLibMachODbgPrefix.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XercesLibMachODbgPrefix.h 22 Aug 2002 22:04:22 -0000      1.1
  +++ XercesLibMachODbgPrefix.h 28 Jan 2004 17:39:47 -0000      1.2
  @@ -72,3 +72,7 @@
   #define PROJ_DOM 1
   #define PROJ_PARSERS 1
   #define PROJ_VALIDATORS 1
  +
  +//  A couple of defines to allow /usr/include/unistd.h to compile
  +#define __dead2
  +#define __pure2
  
  
  
  1.2       +5 -1      
xml-xerces/c/Projects/MacOS/CodeWarrior/XercesLib/XercesLibMachORelPrefix.h
  
  Index: XercesLibMachORelPrefix.h
  ===================================================================
  RCS file: 
/home/cvs/xml-xerces/c/Projects/MacOS/CodeWarrior/XercesLib/XercesLibMachORelPrefix.h,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- XercesLibMachORelPrefix.h 22 Aug 2002 22:04:22 -0000      1.1
  +++ XercesLibMachORelPrefix.h 28 Jan 2004 17:39:47 -0000      1.2
  @@ -71,3 +71,7 @@
   #define PROJ_DOM 1
   #define PROJ_PARSERS 1
   #define PROJ_VALIDATORS 1
  +
  +//  A couple of defines to allow /usr/include/unistd.h to compile
  +#define __dead2
  +#define __pure2
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to