Jim Meyering wrote: > I'm not inclined to move > definitions "down" into the #if blocks where they're used or even > to add #if directives around the definition at the top.
I agree: The convention to put all miscellaneous macros used in a file near the top, after the header file includes, is a good one. Adding more #ifs would reduce maintainability and provoke coding mistakes. Bruno