commit | 22defe0965adddaa09eebc13df7fa6c64e2abba3 | [log] [tgz] |
---|---|---|
author | Emil A Eklund <[email protected]> | Tue Aug 14 14:47:20 2018 -0700 |
committer | Behdad Esfahbod <[email protected]> | Tue Aug 14 18:10:17 2018 -0700 |
tree | b75e081fb99147f21086668e27cd21654f95f8e9 | |
parent | 7112c6413ca7a1773847fe258145cc5162420953 [diff] [blame] |
Add guard around free_static_C_locale Add HB_USE_ATEXIT guard around free_static_C_locale missed by previous commit.
diff --git a/src/hb-common.cc b/src/hb-common.cc index 22dd52f..614b71b 100644 --- a/src/hb-common.cc +++ b/src/hb-common.cc
@@ -731,8 +731,9 @@ #ifdef USE_XLOCALE - +#ifdef HB_USE_ATEXIT static void free_static_C_locale (void); +#endif static struct hb_C_locale_lazy_loader_t : hb_lazy_loader_t<hb_remove_ptr_t<HB_LOCALE_T>::value, hb_C_locale_lazy_loader_t>