[...] > > However, my question was not why not use the macro but why > > specify 0x1 rather than just 1. > > > > AFAIK there's no difference but the /* XXX magic 0x1 */ comment > > seem to indicate otherwise and it got me curious, though no big > > deal. > > There is no diffrence. However sometimes I use 0x01 to say 'the bit 0 > set' (for example in context of flags) and use decimal numers only for > numbers. > > maybe the auther in this case want to say the same thing.
Seems a bit overkill to mark personal preference with XXX magic, but alright. I'll go with that explanation ;-)
