*** /home/mgd/objc-act.c	Fri Jul  6 17:30:03 2001
--- objc-act.c	Thu Jun 14 19:08:40 2001
***************
*** 7119,7129 ****
    char *buf;
  
    /* Synth the storage class & assemble the return type.  */
- #if 0
    sc_spec = tree_cons (NULL_TREE, ridpointers[(int) RID_STATIC], NULL_TREE);
- #else
-   sc_spec = tree_cons (NULL_TREE, ridpointers[(int) RID_EXTERN], NULL_TREE);
- #endif
    ret_spec = TREE_PURPOSE (TREE_TYPE (method));
    decl_specs = chainon (sc_spec, ret_spec);
  
