[PATCH] add bool types support
Alessandro Rubini
rubini-list at gnudd.com
Mon Nov 2 02:50:46 EST 2009
> +typedef _Bool bool;
> [...]
> #define false 0
> #define true 1
I'm sorry, I don't understand. I swear bool true and false should
never be part of a sane C program.
It's misleading, as people tend to write "if (x == true)" which is
almost always wrong. I didn't expect such definitions to be in a
new sane project like V2.
Any explanation is welcome
/alessandro
ps: the names "Das U-Boot" and "V2" pick from the same semantic area...
More information about the u-boot-v2
mailing list