Add note re _NullPool
authorBehdad Esfahbod <behdad@behdad.org>
Thu, 7 Jun 2012 21:42:48 +0000 (17:42 -0400)
committerBehdad Esfahbod <behdad@behdad.org>
Thu, 7 Jun 2012 21:42:48 +0000 (17:42 -0400)
src/hb-open-type-private.hh

index 5d90e5b..5f097f0 100644 (file)
@@ -130,6 +130,7 @@ inline Type& StructAfter(TObject &X)
  */
 
 /* 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 *)];
 
 /* Generic nul-content Null objects. */