Greywolf wrote:
> #         struct {                        \
> #             int8_t pad[ (sizeof (register_t) < sizeof (x))  \
> #                 ? 0                 \
> #                 : sizeof (register_t) - sizeof (x)];    \

> I thought ?: were evaluated at run-time, not compile-time?

sizeof() is evaluated at compile time.

-- 
farooq <[EMAIL PROTECTED]>

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message

Reply via email to