On 30 Jul 2003, Frerich Raabe <[EMAIL PROTECTED]> wrote:
> Moin,
> 
> the header file exitcode.h lacks an include guard. This results in annoying 
> error messages from the compiler about multiple declarations.

I don't like these in general because it seems simpler and more
efficient to just include each header once.  (At least for application
headers; system headers are an irretrievable mess.)

Is there some reason (C++ ?) why you need an include guard?  If so I
can add it.

Would you like extern "C" as well?

-- 
Martin 
__ 
distcc mailing list            http://distcc.samba.org/
To unsubscribe or change options: 
http://lists.samba.org/cgi-bin/mailman/listinfo/distcc

Reply via email to