X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0d1dd360cb78fd7553037145656807a7e6d2274a..8658cbb69476b17103078bd21b81a5834208b977:/src/mc/mc_dwarf.c diff --git a/src/mc/mc_dwarf.c b/src/mc/mc_dwarf.c index 3847562a92..d89a571254 100644 --- a/src/mc/mc_dwarf.c +++ b/src/mc/mc_dwarf.c @@ -14,6 +14,10 @@ #include "mc_private.h" +// Define symbols not present in old version of dwarf.h. +// Old version of dwarf.h, use DW_LANG_Objc instead of this: +#define DW_LANG_ObjC 0x0010 + XBT_LOG_NEW_DEFAULT_SUBCATEGORY(mc_dwarf, mc, "DWARF processing"); /** \brief The default DW_TAG_lower_bound for a given DW_AT_language.