Stanislav Sedov schrieb:
On Fri, 01 May 2009 08:20:20 -0600 (MDT)
"M. Warner Losh" <i...@bsdimp.com> mentioned:
It is a debugging aid, but one of dubious value for a far more
fundamental reason:
return;
will break any macro.
You can use variadic marcos in this case if the piece of code debugged
uses void returns.
No, you cannot. Function like macros with ellipsis ("variadic macros")
cannot be treated as object like macros. See ISO/IEC 9899:1999 (E)
ยง6.10.3:4.
Christoph
_______________________________________________
freebsd-hackers@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-hackers
To unsubscribe, send any mail to "freebsd-hackers-unsubscr...@freebsd.org"