Thread: linkage of mro_get_linear_isa_dfs and mro_get_linear_isa_c3
linkage of mro_get_linear_isa_dfs and
mro_get_linear_isa_c3
2007-09-10 10:44:27
mro_get_linear_isa_c3 and mro_get_linear_isa_c3 are never
referenced outside
mro.c
Could we make them static?
If so, doing this before 5.10 comes out would be good, as
doing it afterwards
might just break someone's library linkage.
Nicholas Clark
Re: linkage of mro_get_linear_isa_dfs
and mro_get_linear_isa_c3
2007-09-11 08:29:04
On 9/10/07, Nicholas Clark <nickccl4.org> wrote:
> mro_get_linear_isa_c3 and mro_get_linear_isa_c3 are
never referenced outside
> mro.c
>
> Could we make them static?
>
Yes, we can.
-- Brandon
Re: linkage of mro_get_linear_isa_dfs
and mro_get_linear_isa_c3
2007-09-11 19:09:31
On Tue, Sep 11, 2007 at 06:29:04AM -0700, Brandon Black
wrote:
> On 9/10/07, Nicholas Clark <nickccl4.org> wrote:
> > mro_get_linear_isa_c3 and mro_get_linear_isa_c3
are never referenced outside
> > mro.c
> >
> > Could we make them static?
> >
>
> Yes, we can.
Done with change 31849.
Nicholas Clark