TEMPORARY: remove HB_INTERNAL from null pool so subset builds again
This commit is contained in:
parent
53aa0e9542
commit
38df1ec8e0
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue