提交 38df1ec8 编写于 作者: R Rod Sheeter 提交者: Behdad Esfahbod

TEMPORARY: remove HB_INTERNAL from null pool so subset builds again

上级 53aa0e95
......@@ -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 <typename Type>
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册