mirror of git://gcc.gnu.org/git/gcc.git
9 lines
288 B
C
9 lines
288 B
C
/* These functions are deprecated and currently ignored. */
|
|
/*
|
|
** Hook functions for allocating, copying and disposing of instances
|
|
*/
|
|
objc_EXPORT id (*_objc_object_alloc)(Class _class);
|
|
objc_EXPORT id (*_objc_object_copy)(id object);
|
|
objc_EXPORT id (*_objc_object_dispose)(id object);
|
|
|