Andre Poenitz <[EMAIL PROTECTED]> writes: | On Tue, Aug 19, 2003 at 11:37:42PM +0000, Angus Leeming wrote: >> This is wrong, right? > | I have no idea what config.h is good for if I don't need it. But people | kept telling me to include it, so I did. > >> Angus >> >> $ grep config.h `find . -name "*.h"` >> ./LString.h:#error The <config.h> header should always be included before >> LString.h > | Well, following your new rule not to have config.h in headers wouldn't | that mean we can't have LString there as well?
Why? If we also have a rule that all .C files should include config.h first. -- Lgb