Marvin Humphrey wrote on 11/20/09 10:19 PM: > > The two tasks I'd suggest are superficial style changes which will serve to > familiarize you with most of Charmonizer's modules. > > Task #1: > > The core Lucy code base has adopted a naming convention taken from the > Perl > code base: the names of all static functions are prepended with "S_". > Charmonizer predates the adoption of this convention; we should switch > over to it: > > /* Write the "_charm.h" file used by every probe. > */ > static void > -write_charm_h(); > +S_write_charm_h();
I'll work on this first. Boring is fine if it moves us all along. :) -- Peter Karman . http://peknet.com/ . [email protected]
