Don't declare extern symbols as inline
authorBehdad Esfahbod <behdad@behdad.org>
Wed, 29 Aug 2018 01:27:41 +0000 (18:27 -0700)
committerBehdad Esfahbod <behdad@behdad.org>
Wed, 29 Aug 2018 01:27:41 +0000 (18:27 -0700)
commitfee0f41c6c1e50621d10b07802ca36a9b295b53d
tree291f5b147bdd4a9affe6acad2d6dccc4d184a8f3
parent967741e4c468ebf0a40f91934ed1923506099806
Don't declare extern symbols as inline

clang -O3 was completely removing _get_gdef(), causing link
failure when needed from another compilation unit.  Surprisingly,
"extern inline" didn't fix it.
src/hb-ot-layout.cc