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
- Re: Question regarding the ar... John Gregor
- Re: Question regarding the ar... Greg A. Woods
- Re: Question regarding the ar... Drew Eckhardt
- Re: Question regarding the ar... Frederick Bruckman
- Re: Question regarding the ar... Peter Seebach
- Re: Question regarding the array ... Peter Seebach
- Re: Question regarding the array of size 0. Johan Danielsson
- Question regarding ifconfig. Shankar Agarwal
- Re: Question regarding ifconfig. Bill Studenmund
- Re: Question regarding the array of size 0. Greywolf
- Re: Question regarding the array of size 0. Farooq Mela
- Re: Question regarding the array of size 0. Andrew Brown
- Re: Question regarding the array of size 0. der Mouse
- Re: Question regarding the array of size 0. Richard Earnshaw
- Re: Question regarding the array of size 0. Peter Seebach
- Re: Question regarding the array of size 0... Richard Earnshaw
- Re: Question regarding the array of size 0. Chuck McManis

