• Paul Eggert's avatar
    Pacify GCC 9 -Wredundant-decls · 4b24b018
    Paul Eggert authored
    * src/gmalloc.c (_fraghead) [!HYBRID_MALLOC]:
    Make it static in this case, too.  This avoids having both
    ‘extern struct list _fraghead[];’ and
    ‘static struct list _fraghead[BLOCKLOG];’, which
    GCC 9 complains about.
    4b24b018
gmalloc.c 57.2 KB