landry 37d1b7529c Fix crash at runtime, recent compilers barf on inline
declaration+definition without extern.. Use a slightly different fix
from upstream (ie remove the inline from the declaration, instead of
piling extern on top of inline)
Uncovered by clang, https://bugzilla.xfce.org/show_bug.cgi?id=11939
2017-08-08 06:45:14 +00:00
..