On Wed, Aug 11, 2010 at 01:34:33PM +0900, Masayuki Ohtake wrote: > Hi Qi-san > > I have found Macro 'TRUE' and 'FALSE' are used as setting value in the > driver; still, > can't I use TRUE/FALSE macro ? > If not, How should we implement ?
Use the 'bool' type, and 'true' and/or 'false' keywords instead. That is the proper C idiom. thanks, greg k-h _______________________________________________ MeeGo-dev mailing list [email protected] http://lists.meego.com/listinfo/meego-dev
