Dave Kleikamp <[EMAIL PROTECTED]> writes:

|> Interesting that the assert() macro in the same file is very similar, 
|> but apparently doesn't have the same problem.  Do you know if it's tied 
|> to the ## operator?

Yes, there is a difference in the handling of ## wrt. varargs macros in
the case of no arguments.  Previously the compiler removed everything
before ## upto the next whitespace, whereas it now removes exactly the
last token.

Andreas.

-- 
Andreas Schwab, SuSE Labs, [EMAIL PROTECTED]
SuSE Linux AG, Deutschherrnstr. 15-19, D-90429 Nürnberg
Key fingerprint = 58CA 54C7 6D53 942B 1756  01D3 44D5 214B 8276 4ED5
"And now for something completely different."
_______________________________________________
Jfs-discussion mailing list
[EMAIL PROTECTED]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to