[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: [ANN] Lua 5.2.0 (rc2) now available
- From: Patrick Rapin <toupie300@...>
- Date: Tue, 29 Nov 2011 11:25:28 +0100
>> return (exit(status), 0);
>> if (L) exit(status); /* test to avoid warnings of 'exit' x 'return' */
>> return 0;
I have tested the previous two patches on the bunch of compilers
currently installed on my computer.
None of them produced a warning for both tricks.
The first one is probably better because it avoids an additional
useless test-and-jump.