Add TODO item

This commit is contained in:
Behdad Esfahbod 2011-04-27 01:48:56 -04:00
parent ebdc83467c
commit 40a9b8154f
1 changed files with 1 additions and 0 deletions

View File

@ -113,6 +113,7 @@ HB_BEGIN_DECLS
/* Object allocation and lifecycle manamgement macros */
/* XXX Trace objects. Got removed in refactoring */
#define HB_TRACE_OBJECT(obj) hb_object_trace (obj)
#define HB_OBJECT_DO_CREATE(Type, obj) likely (obj = hb_object_create<Type> ())
#define HB_OBJECT_IS_INERT(obj) hb_object_is_inert (obj)