提交 40a9b815 编写于 作者: B Behdad Esfahbod

Add TODO item

上级 ebdc8346
...@@ -113,6 +113,7 @@ HB_BEGIN_DECLS ...@@ -113,6 +113,7 @@ HB_BEGIN_DECLS
/* Object allocation and lifecycle manamgement macros */ /* Object allocation and lifecycle manamgement macros */
/* XXX Trace objects. Got removed in refactoring */
#define HB_TRACE_OBJECT(obj) hb_object_trace (obj) #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_DO_CREATE(Type, obj) likely (obj = hb_object_create<Type> ())
#define HB_OBJECT_IS_INERT(obj) hb_object_is_inert (obj) #define HB_OBJECT_IS_INERT(obj) hb_object_is_inert (obj)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册