diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 04e4a4e1ba9d42a8228a0a68347531d234c29a77..959f743b9ad7122dbd6a1fc06997492513c4a90c 100644 --- a/src/hb-open-type-private.hh +++ b/src/hb-open-type-private.hh @@ -134,7 +134,9 @@ static inline Type& StructAfter(TObject &X) #define HB_NULL_POOL_SIZE 264 static_assert (HB_NULL_POOL_SIZE % sizeof (void *) == 0, "Align HB_NULL_POOL_SIZE."); -extern HB_INTERNAL const void * const _hb_NullPool[HB_NULL_POOL_SIZE / sizeof (void *)]; +// TODO add back HB_INTERNAL once we figure out how to not have that break +// subset compile +extern const void * const _hb_NullPool[HB_NULL_POOL_SIZE / sizeof (void *)]; /* Generic nul-content Null objects. */ template