]> Savannah Git Hosting - gnulib.git/commitdiff
xalloc-die: don’t depend on xalloc
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jul 2020 00:21:51 +0000 (17:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jul 2020 00:22:05 +0000 (17:22 -0700)
This removes a circular dependency, as xalloc depends on xalloc-die.
* modules/xalloc-die (Files): Add lib/xalloc.h.
(Depends-on): Remove xalloc.
Add extern-inline, stdint, xalloc-oversized (this is for xalloc.h).

ChangeLog
modules/xalloc-die

index d3297232fd5873b4a2e3ac4943dc3fc8003d79e0..1b3f49aa25081d76452e8f13740c652513338072 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,11 @@
 2020-07-27  Paul Eggert  <eggert@cs.ucla.edu>
 
+       xalloc-die: don’t depend on xalloc
+       This removes a circular dependency, as xalloc depends on xalloc-die.
+       * modules/xalloc-die (Files): Add lib/xalloc.h.
+       (Depends-on): Remove xalloc.
+       Add extern-inline, stdint, xalloc-oversized (this is for xalloc.h).
+
        dfa-tests: port to MSVC
        Problem reported by Gisle Vanem in:
        https://lists.gnu.org/r/bug-gnulib/2020-07/msg00159.html
index b9f875c48649097f09f1516b4fba6277c0184f7f..23ade89e70bd8f6ca634e9eb8690f11d686afbc3 100644 (file)
@@ -2,13 +2,16 @@ Description:
 Report a memory allocation failure and exit.
 
 Files:
+lib/xalloc.h
 lib/xalloc-die.c
 
 Depends-on:
-xalloc
 error
+extern-inline
 gettext-h
 exitfail
+stdint
+xalloc-oversized
 
 configure.ac: