*** objc-act.c Fri Dec 15 22:04:47 2000 --- objc-act.c-new Fri Dec 15 22:05:05 2000 *************** *** 7166,7172 **** char *buf, *sel_name, *class_name, *cat_name; /* Synth the storage class & assemble the return type. */ ! sc_spec = tree_cons (NULL_TREE, ridpointers[(int) RID_STATIC], NULL_TREE); ret_spec = TREE_PURPOSE (TREE_TYPE (method)); decl_specs = chainon (sc_spec, ret_spec); --- 7166,7172 ---- char *buf, *sel_name, *class_name, *cat_name; /* Synth the storage class & assemble the return type. */ ! sc_spec = tree_cons (NULL_TREE, ridpointers[(int) RID_EXTERN], NULL_TREE); ret_spec = TREE_PURPOSE (TREE_TYPE (method)); decl_specs = chainon (sc_spec, ret_spec);