Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[mc] Make MC_resolve_subtype() and MC_resolve_subtype() static functions of mc_dwarf.c
authorGabriel Corona <gabriel.corona@loria.fr>
Fri, 31 Oct 2014 12:37:45 +0000 (13:37 +0100)
committerGabriel Corona <gabriel.corona@loria.fr>
Fri, 31 Oct 2014 12:40:54 +0000 (13:40 +0100)
commited06d5e442e2b600bc6093a6dcf9e98ab0cab785
tree28663a9f0ee7b106c1f8c2d80cf0250de701cf4c
parent3067cc6800427c8b33e2a14d95707b33a07180ee
[mc] Make MC_resolve_subtype() and MC_resolve_subtype() static functions of mc_dwarf.c

Those functions belong to the mc_dwarf.c layer and are only used there
anyway. Move them here, mark them as static in order to reduce the
number of exported symbols and reduce the cross-layers dependencies.
src/mc/mc_checkpoint.c
src/mc/mc_dwarf.c
src/mc/mc_private.h