(class_add_method_list): Check for the +load method when adding a methods list to...
authorRichard Kenner <kenner@gcc.gnu.org>
Sat, 15 Mar 1997 12:57:06 +0000 (07:57 -0500)
committerRichard Kenner <kenner@gcc.gnu.org>
Sat, 15 Mar 1997 12:57:06 +0000 (07:57 -0500)
commit7084b319a38c009243cfc789180a9a4c6d704a2b
treee0ef17f7080bdac946fc093cba6781c1116611c5
parente29e95701bf95580492271e38fc2fe89f9ff9f8f
(class_add_method_list): Check for the +load method when adding a methods list to a class.

(class_add_method_list): Check for the +load method when adding a
methods list to a class.
(__objc_install_methods_in_dtable): New function.
(class_add_method_list): Don't check anymore for duplicate methods.

From-SVN: r13711
gcc/objc/sendmsg.c