Hi all, I want to remove the 'extern' keyword from all function prototypes. The extern keyword is redundant in such contexts, adds bulk, and visually make its difficult to spot "real" extern declarations.
Some may have noticed that I have already stopped adding them to new functions that I am defining, but I want to start removing them in future patches. This will help developers identify future variable encapsulation opportunities, as searching for 'extern' will suffice. Cheers, Zach _______________________________________________ Openocd-development mailing list [email protected] https://lists.berlios.de/mailman/listinfo/openocd-development
