xalloc-die: don’t depend on xalloc
commit41db73df3f47be5cbeed4c86c95ce4fb147ee363
authorPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jul 2020 00:21:51 +0000 (27 17:21 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Tue, 28 Jul 2020 00:22:05 +0000 (27 17:22 -0700)
tree747e6292510df83d01a6783dccfe96994bd95186
parent0b93877fc4bdcd84b78805e5917e4ab94684b9bc
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).
ChangeLog
modules/xalloc-die