From c2a3596c203067df1e33dbf71ae97be90423685d Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Thu, 29 Aug 2024 16:07:24 +0200 Subject: [PATCH] obstack-printf-gnu: Fix mistake (reported by check-AC_LIBOBJ). * modules/obstack-printf-gnu (Files): Add lib/obstack_printf.c. --- ChangeLog | 5 +++++ modules/obstack-printf-gnu | 1 + 2 files changed, 6 insertions(+) diff --git a/ChangeLog b/ChangeLog index 19901f7c4e..143d8db425 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2024-08-29 Bruno Haible + + obstack-printf-gnu: Fix mistake (reported by check-AC_LIBOBJ). + * modules/obstack-printf-gnu (Files): Add lib/obstack_printf.c. + 2024-08-28 Pádraig Brady avoid GCC -Wmaybe-uninitialized false positives with LTO diff --git a/modules/obstack-printf-gnu b/modules/obstack-printf-gnu index 3b51bed05e..f73d00f8cc 100644 --- a/modules/obstack-printf-gnu +++ b/modules/obstack-printf-gnu @@ -9,6 +9,7 @@ that module occurs among the main modules in lib/. Files: m4/obstack-printf-gnu.m4 +lib/obstack_printf.c Depends-on: obstack-printf-posix -- 2.39.5