Hello,
should I prepare a new patch an post it to the tarcker or is this 
sufficient ??

api/platform/unix/rexxapitypes.h ??

// AIX does not define __WORDSIZE, use __64BIT__ instead
#if __WORDSIZE == 64 || defined(__64BIT__)
#define __REXX64__
#else
#undef __REXX64__
#endif

// AIX (and maybe others) needs a little help here
#ifdef __REXX64__
#ifndef __INT64_C
#define __INT64_C(c)  c ## L
#endif
#else
#ifndef __INT64_C
#define __INT64_C(c)  c ## LL
#endif
#endif


Bye
  Rainer


------------------------------------------------------------------------------
_______________________________________________
Oorexx-devel mailing list
Oorexx-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/oorexx-devel

Reply via email to