On 01/24/2013 10:14 AM, Scott Wood wrote:
>> >
>>
>> I thought I have replaced all #define, enum, typedef. I have left alone
>> those FALSE, False, false but add define like this
>>
>> +#include <stdbool.h>
>> +#define TRUE true
>> +#define FALSE false
>> +#define True true
>> +#define False false
>>
>> Isn't that enough?
> 
> It's enough to make it build, but it would be better to fix the users.
> 

Let me try to run a script to replace all of them to "false" and "true".

York


_______________________________________________
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot

Reply via email to