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 a089e52cd2cb252ac59d0f3c83b31ba51f9dbed5..a6a51447941005b38f4d53ecbd8c7d3ea1effd61 100644 |
--- a/third_party/harfbuzz-ng/src/hb-common.cc |
+++ b/third_party/harfbuzz-ng/src/hb-common.cc |
@@ -234,7 +234,7 @@ struct hb_language_item_t { |
static hb_language_item_t *langs; |
-#ifdef HAVE_ATEXIT |
+#ifdef HB_USE_ATEXIT |
static inline |
void free_langs (void) |
{ |
@@ -269,7 +269,7 @@ retry: |
goto retry; |
} |
-#ifdef HAVE_ATEXIT |
+#ifdef HB_USE_ATEXIT |
if (!first_lang) |
atexit (free_langs); /* First person registers atexit() callback. */ |
#endif |