Matthew Wilcox wrote:
On Tue, Oct 30, 2007 at 05:46:08PM +0100, Richard Knutsson wrote:
I just don't see the reason why expressing a boolean as an integer. Some
advantage?
This is C, not Java, or some other highly-typed language.
if (int) and if (ptr) are perfectly acceptable in C.
Yes, and it has been "corrected" in the C99-standard (which we are using
since the Linux support for the the 2.95 compiler stopped). Is there
something wrong in actually typing the variable to the type we want it
to be? Or would it be better to regress (becoming like Perl or PHP)[1][2]?
Btw, I am all for 'if (ptr)' since it rarely (if ever) makes any sense
to do 'if (ptr == 0x1234)', which evaluates to ptr == NULL is invalid
and otherwise valid. Is it really the same for integers? ;)
(also just want to add: to the "this is not a highly-typed language"
that I have heard many times, it theory, I think it would suffice with
just the void-pointer)
(also helps us if someone does: 'if (var == true)', even thou we should
try to avoid them)
I have no idea what you mean.
There is some places where things like 'if (var == true)' is done, but
what happens when var is not the same number as 'true' (and still != 0)?
It is a potential bug if 'var' is an integer and expected to be a
boolean in this case. Like in a case of "var = some_var & some_flag;"
Best regards
Richard Knutsson
[1] Nothing wrong with Perl or PHP, they are suited for the tasks they
are meant to solve.
[2] If I recall correctly, the predecessor 'B' did not have any types.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to [email protected]
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
[Index of Archives]
[Kernel Newbies]
[Netfilter]
[Bugtraq]
[Photo]
[Stuff]
[Gimp]
[Yosemite News]
[MIPS Linux]
[ARM Linux]
[Linux Security]
[Linux RAID]
[Video 4 Linux]
[Linux for the blind]
[Linux Resources]