This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: objc runtime: cannot find class Object


On Tue, Jun 15, 1999 at 01:20:40PM -0600, Jeffrey A Law wrote:
> Making the function global is another option.  If do we do that, we need to
> add an underscore or two to its name.  Namespace pollution is an important
> issue and we should not pollute the namespace unnecessarily.

Why not just

    extern void __objc_linking (void);
    static void (*reference__objc_linking)(void) = __objc_linking;


r~


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]