* modules/ialloc (Depends-on): Remove realloc-gnu,
as ialloc.c does not depend on GNU semantics for realloc.
---
 ChangeLog      | 4 ++++
 modules/ialloc | 1 -
 2 files changed, 4 insertions(+), 1 deletion(-)

diff --git a/ChangeLog b/ChangeLog
index f8209aff70..0a74a6483c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2024-10-23  Paul Eggert  <egg...@cs.ucla.edu>
 
+       ialloc: fix realloc-gnu dependency
+       * modules/ialloc (Depends-on): Remove realloc-gnu,
+       as ialloc.c does not depend on GNU semantics for realloc.
+
        backupfile: fix irealloc dependency
        * modules/backupfile (Depends-on): Depend on irealloc,
        not realloc-gnu, as the code now uses irealloc not realloc
diff --git a/modules/ialloc b/modules/ialloc
index bcf431399f..c7c194e446 100644
--- a/modules/ialloc
+++ b/modules/ialloc
@@ -10,7 +10,6 @@ calloc-gnu
 extern-inline
 idx
 malloc-gnu
-realloc-gnu
 reallocarray
 stdint
 
-- 
2.43.0


Reply via email to