1
1
This commit was SVN r723.
Этот коммит содержится в:
David Daniel 2004-02-10 23:11:32 +00:00
родитель 53fca4f6b7
Коммит e63f840339

Просмотреть файл

@ -266,15 +266,6 @@ static inline void lam_obj_release(lam_object_t *obj)
#define CLASS_INFO(type) (&(type ## _class_info))
/**
* Return a pointer to the parent of the object
*
* @param obj Pointer to the object
* @return Pointer to the parent object
*/
#define OBJ_SUPER(obj) (&((obj)->super))
/**
* Create an object: dynamically allocate storage and run the class
* constructor.