Brian, On 3/10/2013 5:40 AM, Brian Burkhalter wrote:
I agree that is an ugly style but it guarantees that mistakes such asif (error = EAI_AGAIN) {} are caught at compilation time.
True but as I understand it this is not the preferred/common style in the JDK code.
David