On 14:17, Richard Knutsson wrote:
> Would had preferred:
>
> if (x) {
> result = -Exxxx;
> goto out;
> }
>
> then:
>
> result = -Exxxx;
> if (x)
> goto out;
> AFAIK, the second form is preferred in Linux because it is better readable and it generates slightly better code. Thanks for the review. Andre -- The only person who always got his work done by Friday was Robinson Crusoe
signature.asc
Description: Digital signature

