From: Gabriel Corona Date: Fri, 31 Oct 2014 12:37:45 +0000 (+0100) Subject: [mc] Make MC_resolve_subtype() and MC_resolve_subtype() static functions of mc_dwarf.c X-Git-Tag: v3_12~732^2~268 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/ed06d5e442e2b600bc6093a6dcf9e98ab0cab785?hp=ed06d5e442e2b600bc6093a6dcf9e98ab0cab785 [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. ---