On May 2, 2006, at 10:50 AM, Rafael Garcia-Suarez wrote: > Andy Lester wrote: >> - for (t = s; !isSPACE(*t); t++) ; >> + for (t = s; !isSPACE(*t); t++) >> + NOOP; > > I think I tend to find this kind of changes overkill, almost > to ugly. In my code, I usually put a lone ; on the next line. > Isn't this sufficient ? Ordinarily, yes, but then my lint complains that it's an empty loop. Note that the NOOP expands to a lint directive. xoxo, Andy -- Andy Lester => andy@petdance.com => www.petdance.com => AIM:petdanceThread Previous | Thread Next