[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: libposix patch, main file changes
From: |
Paul Eggert |
Subject: |
Re: libposix patch, main file changes |
Date: |
Thu, 03 Feb 2011 09:44:38 -0800 |
User-agent: |
Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.2.13) Gecko/20101208 Thunderbird/3.1.7 |
On 02/03/11 08:35, Bruce Korb wrote:
> +#ifndef GNULIB_LIBPOSIX
> #include "error.h"
> +#endif /* GNULIB_LIBPOSIX */
Just as a minor thing, there's no need for that kind of
#endif comment; it makes the code harder to read.
The changes to openat-die look OK; I haven't
checked gnulib-tool, though.