From 38df1ec8e0b457be9140c67e2c5c19153714d90e Mon Sep 17 00:00:00 2001 From: Rod Sheeter Date: Wed, 7 Feb 2018 07:58:58 -0800 Subject: [PATCH] TEMPORARY: remove HB_INTERNAL from null pool so subset builds again --- src/hb-open-type-private.hh | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/hb-open-type-private.hh b/src/hb-open-type-private.hh index 04e4a4e1..959f743b 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 -- GitLab