]> git.eshelyaron.com Git - emacs.git/commit
Pacify GCC 9 -Wredundant-decls
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 May 2019 22:06:39 +0000 (15:06 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 30 May 2019 22:29:50 +0000 (15:29 -0700)
commit4b24b0185d910d756e85ecdc30f49c414577050e
tree57fbd093fe75f0bdf75960a9030dded3c35ca3f0
parent7871c3dc9f38a32e1658a3579069a988b0d99623
Pacify GCC 9 -Wredundant-decls

* 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.
src/gmalloc.c