1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-02-04 06:31:13 -08:00

; Fix a compilation warning if not USE_EPHEMERON_POOL

* src/igc.c (make_pool_aeph): Put in #ifdef / #endif.
This commit is contained in:
Gerd Möllmann 2026-02-03 06:33:25 +01:00
parent 51f686e688
commit ea2b1db679

View file

@ -5840,11 +5840,13 @@ make_pool_awl0 (struct igc *gc, mps_fmt_t fmt,
find_dependent);
}
#ifdef USE_EPHEMERON_POOL
static mps_pool_t
make_pool_aeph (struct igc *gc, mps_fmt_t fmt)
{
return make_pool_with_class (gc, fmt, mps_class_aeph (), NULL);
}
#endif
static mps_pool_t
make_pool_amcz (struct igc *gc, mps_fmt_t fmt)