Rainer,

I just took your input below and committed a change.  Thanks for
tracking this down and thanks a lot for doing the AIX builds.  I don't
know who else would get access to an AIX system.

--
Mark Miesfeld

On Tue, Dec 30, 2008 at 10:08 AM, Rainer Tammer <tam...@tammer.net> wrote:
> 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
>

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

Reply via email to