bug-grep
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [PATCH] grep: add include guards


From: Jim Meyering
Subject: Re: [PATCH] grep: add include guards
Date: Sun, 14 Nov 2010 17:11:06 +0100

Paolo Bonzini wrote:
> * src/system.h: Add multiple inclusion guards.
> * src/grep.h: Likewise.
...
> diff --git a/src/grep.h b/src/grep.h
> +#ifndef GREP_GREP_H
> +#define GREP_GREP_H 1
...
> +#endif
...
> diff --git a/src/system.h b/src/system.h
...

Those look fine.  Thanks.
You're adding them just on principle?
Or was there an actual problem?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]