From: Paul Eggert Date: Tue, 14 Feb 2017 16:50:58 +0000 (-0800) Subject: headers: fix begin-end typos X-Git-Tag: v1.0~6361 X-Git-Url: https://gitweb.git.savannah.gnu.org/gitweb/?a=commitdiff_plain;h=b03f418bdbcf889d02467c6df2257b3710074485;p=gnulib.git headers: fix begin-end typos * lib/mbfile.h, lib/se-selinux.in.h: Fix typos by replacing _GL_INLINE_HEADER_BEGIN with _GL_INLINE_HEADER_END. --- diff --git a/ChangeLog b/ChangeLog index 5b52789672..10e5240cc4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,9 @@ 2017-02-14 Paul Eggert + headers: fix begin-end typos + * lib/mbfile.h, lib/se-selinux.in.h: Fix typos by replacing + _GL_INLINE_HEADER_BEGIN with _GL_INLINE_HEADER_END. + selinux-h: port to PGI 16.10 * lib/se-selinux.in.h: Don't assume that include_next skips over duplicate -I DIR options. diff --git a/lib/mbfile.h b/lib/mbfile.h index 83052e028d..fc5cdf4057 100644 --- a/lib/mbfile.h +++ b/lib/mbfile.h @@ -247,9 +247,6 @@ typedef mbchar_t mbf_char_t; #define mb_iseof(mbc) ((mbc).bytes == 0) -#ifndef _GL_INLINE_HEADER_BEGIN - #error "Please include config.h first." -#endif -_GL_INLINE_HEADER_BEGIN +_GL_INLINE_HEADER_END #endif /* _MBFILE_H */ diff --git a/lib/se-selinux.in.h b/lib/se-selinux.in.h index 1cf7c00ea3..ef5baff6fc 100644 --- a/lib/se-selinux.in.h +++ b/lib/se-selinux.in.h @@ -113,10 +113,7 @@ matchpathcon_init_prefix (char const *path _GL_UNUSED_PARAMETER, # define GNULIB_defined_security_types 1 # endif -# ifndef _GL_INLINE_HEADER_BEGIN - #error "Please include config.h first." -# endif -_GL_INLINE_HEADER_BEGIN +_GL_INLINE_HEADER_END # endif #endif