K 10 svn:author V 6 marcel K 8 svn:date V 27 2003-07-26T08:03:43.000000Z K 7 svn:log V 181 Avoid using __aligned(16). Instead define the jmp_buf in terms of long doubles. This gives us 16-byte alignment. Add a CTASSERT for the size of the jmp_buf to detect ABI breakages. END