projects
/
gcc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73845be
)
(__objc_register_instance_methods_to_class): New function.
author
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 25 Jun 1997 20:14:08 +0000
(16:14 -0400)
committer
Richard Kenner
<kenner@gcc.gnu.org>
Wed, 25 Jun 1997 20:14:08 +0000
(16:14 -0400)
Add missing function prototypes.
From-SVN: r14308
gcc/objc/runtime.h
patch
|
blob
|
history
diff --git
a/gcc/objc/runtime.h
b/gcc/objc/runtime.h
index 742e469b1262a7bc82ff59f6cd49c3cd9b8143c2..4d88c24b014aefa0a5d6e58dba296ddecff5e495 100644
(file)
--- a/
gcc/objc/runtime.h
+++ b/
gcc/objc/runtime.h
@@
-56,6
+56,10
@@
extern int __objc_fini_thread_system(void); /* thread.c */
extern void class_add_method_list(Class, MethodList_t);
+/* Registering instance methods as class methods for root classes */
+extern void __objc_register_instance_methods_to_class(Class);
+extern Method_t search_for_method_in_list(MethodList_t list, SEL op);
+
/* True when class links has been resolved */
extern BOOL __objc_class_links_resolved;