bug-gnulib
[Top][All Lists]
Advanced

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

[PATCH 3/3] headers: fix begin-end typos


From: Paul Eggert
Subject: [PATCH 3/3] headers: fix begin-end typos
Date: Tue, 14 Feb 2017 08:52:18 -0800

* lib/mbfile.h, lib/se-selinux.in.h: Fix typos by replacing
_GL_INLINE_HEADER_BEGIN with _GL_INLINE_HEADER_END.
---
 ChangeLog           | 4 ++++
 lib/mbfile.h        | 5 +----
 lib/se-selinux.in.h | 5 +----
 3 files changed, 6 insertions(+), 8 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 5b52789..10e5240 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2017-02-14  Paul Eggert  <address@hidden>
 
+       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 83052e0..fc5cdf4 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 1cf7c00..ef5baff 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
-- 
2.9.3




reply via email to

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