On Wed, 10 Sep 2003, John Dennis wrote:

>JD> alignment requirement right how do we specify the alignment requirement
>JD> to the compiler in a portable way such that it will build on a variety
>JD> of systems and compilers?
>
>Juliusz> typedef union {int i[1024]; long long l;} jmp_buf;
>
>Yes, I thought of that too, but "long long" isn't portable, right?
>Plus it still leaves us guessing we've covered the requirements.

long long is ISO C99


-- 
Mike A. Harris

_______________________________________________
Devel mailing list
[EMAIL PROTECTED]
http://XFree86.Org/mailman/listinfo/devel

Reply via email to