Fix building with GCC 10
commite116d83eecdc53ccbfc907c212c248cb4393f416
authorPetr Písař <petr.pisar@atlas.cz>
Wed, 22 Jan 2020 18:36:06 +0000 (22 19:36 +0100)
committerPetr Písař <petr.pisar@atlas.cz>
Wed, 22 Jan 2020 18:36:06 +0000 (22 19:36 +0100)
tree26123c189dbcb76133714ac12f4f3300022b53df
parent0cfe49a7fdf72a176c759f743768579861ea905f
Fix building with GCC 10

A global variable was defined instead of declared in a header file. As
a result, GCC 10, that defaults to -fno-common, reporter an error on
multiple definitions.
src/shigofumi.h