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:
parent
51f686e688
commit
ea2b1db679
1 changed files with 2 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue