From af536b5ab7221bf67f8cd8286e8872ce4e0a285c Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Thu, 18 Sep 2025 14:22:39 -0700 Subject: [PATCH] =?utf8?q?maint:=20we=20use=20Gnulib=E2=80=99s=20stddef-h?= =?utf8?q?=20module=20directly?= MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit * bootstrap.conf (gnulib_modules): Add stddef-h, since the code uses ‘unreachable’ which is supplied by that module. --- bootstrap.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/bootstrap.conf b/bootstrap.conf index 1a2d961a1d..ae94e18158 100644 --- a/bootstrap.conf +++ b/bootstrap.conf @@ -256,6 +256,7 @@ gnulib_modules=" stdc_leading_zeros stdc_trailing_zeros stdckdint-h + stddef-h stdlib-safer stpcpy str_endswith -- 2.47.3