| Index: third_party/harfbuzz-ng/src/hb-common.cc
|
| diff --git a/third_party/harfbuzz-ng/src/hb-common.cc b/third_party/harfbuzz-ng/src/hb-common.cc
|
| index cf24660f79839fcbc9be724455feed8d08e42725..96725c4e137ed03f331e102a62d2c1666d8cd4f3 100644
|
| --- a/third_party/harfbuzz-ng/src/hb-common.cc
|
| +++ b/third_party/harfbuzz-ng/src/hb-common.cc
|
| @@ -28,8 +28,6 @@
|
|
|
| #include "hb-private.hh"
|
|
|
| -#include "hb-version.h"
|
| -
|
| #include "hb-mutex-private.hh"
|
| #include "hb-object-private.hh"
|
|
|
| @@ -236,6 +234,7 @@ struct hb_language_item_t {
|
|
|
| static hb_language_item_t *langs;
|
|
|
| +#ifdef HAVE_ATEXIT
|
| static inline
|
| void free_langs (void)
|
| {
|
| @@ -246,6 +245,7 @@ void free_langs (void)
|
| langs = next;
|
| }
|
| }
|
| +#endif
|
|
|
| static hb_language_item_t *
|
| lang_find_or_insert (const char *key)
|
|
|