]> Savannah Git Hosting - gnulib.git/commitdiff
maint.mk: Update system header list for #include syntax checks.
authorCollin Funk <collin.funk1@gmail.com>
Tue, 28 May 2024 04:35:43 +0000 (21:35 -0700)
committerCollin Funk <collin.funk1@gmail.com>
Tue, 28 May 2024 04:35:43 +0000 (21:35 -0700)
* top/maint.mk (gl_prefer_angle_bracket_headers_): Add byteswap.h,
endian.h, and stdbit.h.

ChangeLog
top/maint.mk

index 707ab5175d049852dfe742987148945188937df4..4ac06a605d7ffae214ba4290443d6dd55b87b221 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-05-27  Collin Funk  <collin.funk1@gmail.com>
 
+       maint.mk: Update system header list for #include syntax checks.
+       * top/maint.mk (gl_prefer_angle_bracket_headers_): Add byteswap.h,
+       endian.h, and stdbit.h.
+
        doc: Mention byteswap.h as a system header.
        * doc/gnulib-tool.texi (Style of #include statements): Add byteswap.h.
 
index ecd8971900f3d76b6d67fea57665e8d290bb5d42..c20059fbaef634678cf37e593f444f179a137251 100644 (file)
@@ -538,13 +538,16 @@ sc_require_config_h_first:
        fi
 
 # Generated headers that override system headers.
-# Keep sorted.
+# These are documented in gnulib-tool.texi.  Keep sorted.
+# sed -n -e 's/^@item[[:space:]]\{1,\}@code{\([^}]\{1,\}\)}$/\1/p' $GNULIB_SRCDIR/doc/gnulib-tool.texi  | sort -u
 gl_prefer_angle_bracket_headers_ ?= \
   alloca.h             \
   arpa/inet.h          \
   assert.h             \
+  byteswap.h           \
   ctype.h              \
   dirent.h             \
+  endian.h             \
   errno.h              \
   error.h              \
   fcntl.h              \
@@ -575,6 +578,7 @@ gl_prefer_angle_bracket_headers_ ?= \
   spawn.h              \
   stdalign.h           \
   stdarg.h             \
+  stdbit.h             \
   stddef.h             \
   stdint.h             \
   stdio.h              \