On Wed, Nov 5, 2008 at 6:12 AM, Wolfgang Denk <[EMAIL PROTECTED]> wrote: > Dear Dirk, > > In message <[EMAIL PROTECTED]> you wrote: >> >> Use a consistent style. Plain numbers don't need parens. Proposed by >> Wolfgang Denk. >> >> Signed-off-by: Dirk Behme <[EMAIL PROTECTED]> > ... > > But... > >> /* GPMC CS3/cs4/cs6 not avaliable */ >> -#define GPMC_BASE (OMAP34XX_GPMC_BASE) >> +#define GPMC_BASE OMAP34XX_GPMC_BASE > > This is NOT a plain number. If I decide to use something like > > #define OMAP34XX_GPMC_BASE FOO + BAR
Wouldn't we see that #define OMAP34XX_GPMC_BASE is not a plain number and instead use: #define OMAP34XX_GPMC_BASE (FOO + BAR) which makes #define GPMC_BASE OMAP34XX_GPMC_BASE become #define GPMC_BASE (FOO + BAR) Or am I misreading the issue? > > you might comment that such a #define is dangerous in itself, but why > not protet against it? with a number we are sure we don't need parens, > but with a macro we'd should rather play safe. > > Best regards, > > Wolfgang Denk > > -- > DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: [EMAIL PROTECTED] > Clothes make the man. Naked people have little or no influence on > society. - Mark Twain > _______________________________________________ > U-Boot mailing list > U-Boot@lists.denx.de > http://lists.denx.de/mailman/listinfo/u-boot > _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot