Add note re _NullPool

This commit is contained in:
Behdad Esfahbod 2012-06-07 17:42:48 -04:00
parent 2a3d911fe0
commit 0bb0f5d419
1 changed files with 1 additions and 0 deletions

View File

@ -130,6 +130,7 @@ inline Type& StructAfter(TObject &X)
*/ */
/* Global nul-content Null pool. Enlarge as necessary. */ /* Global nul-content Null pool. Enlarge as necessary. */
/* TODO This really should be a extern HB_INTERNAL and defined somewhere... */
static const void *_NullPool[64 / sizeof (void *)]; static const void *_NullPool[64 / sizeof (void *)];
/* Generic nul-content Null objects. */ /* Generic nul-content Null objects. */