On 7/8/07, Scott McKellar <[EMAIL PROTECTED]> wrote:
One of the things I have been doing in my patches is to move things
out of header files and into implementation files (i.e. *.c files),
whenever those things are referenced only in the one implementation
file. So far, Mike and Bill haven't complained much.
Tonight's patches carry this policy to its logical conclusion. I
moved the entire contents of srfsh.h into srfsh.c. No other file
#includes this header, nor is it likely that any ever would.
Consequently I see no reason to isolate these things in a separate
file.
The trend continues. Applied with thanks.
--miker