(file) Return to Platform_OS400_ISERIES_IBM.h CVS log (file) (dir) Up to [Pegasus] / pegasus / src / Pegasus / Common / Attic

Diff for /pegasus/src/Pegasus/Common/Attic/Platform_OS400_ISERIES_IBM.h between version 1.7 and 1.8

version 1.7, 2002/08/22 20:08:33 version 1.8, 2002/09/03 13:29:14
Line 38 
Line 38 
  
 #define _MULTI_THREADED #define _MULTI_THREADED
  
   #ifndef PEGASUS_INTERNALONLY
     // Need this because Sint8 is typedef as a char,
     // and char defaults to unsigned on OS/400.
     // Internal Pegasus code needs char to be unsigned
     // so that Sint8 * can be cast to char *.
     // External code needs char to be signed for comparison
     // operators (<, <=, etc).
     #pragma chars(signed)
   #endif
   
 #include <cstddef> #include <cstddef>
  
 #define OS400_DEFAULT_PEGASUS_HOME "/QIBM/UserData/OS400/CIM" #define OS400_DEFAULT_PEGASUS_HOME "/QIBM/UserData/OS400/CIM"
Line 54 
Line 64 
  
 #define PEGASUS_UINT64 unsigned long long #define PEGASUS_UINT64 unsigned long long
  
 #define PEGASUS_SINT64 long long  #define PEGASUS_SINT64 signed long long
  
 #define PEGASUS_HAVE_NAMESPACES #define PEGASUS_HAVE_NAMESPACES
  
Line 68 
Line 78 
  
 #define PEGASUS_HAVE_EBCDIC #define PEGASUS_HAVE_EBCDIC
  
   #define PEGASUS_HAVE_IOS_BINARY
   
 #define PEGASUS_STATIC_CDECL __cdecl #define PEGASUS_STATIC_CDECL __cdecl
  
 #endif /* Pegasus_Platform_OS400_ISERIES_IBM_h */ #endif /* Pegasus_Platform_OS400_ISERIES_IBM_h */


Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2