*** objc-act.c Fri Jun 29 13:20:43 2001 --- objc-act.c-new Mon Sep 3 09:43:06 2001 *************** *** 7119,7125 **** char *buf; /* 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); --- 7119,7125 ---- char *buf; /* 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);