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).
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
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: