From: schnorr Date: Thu, 13 Sep 2012 21:47:51 +0000 (+0200) Subject: fix: missing undef X-Git-Tag: v3_8~146^2~67 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e49b9e331f2c2e48833481187ff5c06074a10e6a?hp=192aac4aa32fa4b2e4e298dc2a79f33a98aa831c fix: missing undef --- diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index 16065f191a..95ca691e3b 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -614,6 +614,7 @@ void TRACE_generate_viva_cat_conf (void) #undef OPT_TRACING_BUFFER #undef OPT_TRACING_ONELINK_ONLY #undef OPT_TRACING_DISABLE_DESTROY +#undef OPT_TRACING_BASIC #undef OPT_TRIVA_UNCAT_CONF #undef OPT_TRIVA_CAT_CONF #undef OPT_VIVA_UNCAT_CONF