bug-gnulib
[Top][All Lists]
Advanced

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

Re: _GL_INLINE_HEADER_BEGIN/END left behind


From: Eric Blake
Subject: Re: _GL_INLINE_HEADER_BEGIN/END left behind
Date: Wed, 28 Aug 2013 19:54:38 -0600
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130805 Thunderbird/17.0.8

On 08/28/2013 07:50 PM, Paul Eggert wrote:
> Sure, that's easy enough.  I pushed this:
> 

> +++ b/lib/gl_oset.h
> @@ -21,6 +21,9 @@
>  #include <stdbool.h>
>  #include <stddef.h>
> 
> +#ifndef _GL_INLINE_HEADER_BEGIN
> + #error "Please include config.h first."
> +#endif
>  _GL_INLINE_HEADER_BEGIN
>  #ifndef GL_OSET_INLINE
>  # define GL_OSET_INLINE _GL_INLINE

Just using this file as an example; your preprocessor indentation
doesn't match the prevailing style of # always in column 1.

-- 
Eric Blake   eblake redhat com    +1-919-301-3266
Libvirt virtualization library http://libvirt.org

Attachment: signature.asc
Description: OpenPGP digital signature


reply via email to

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