From: Gabriel Corona Date: Wed, 4 May 2016 12:05:10 +0000 (+0200) Subject: [mc] Remove __STDC_FORMAT_MACROS X-Git-Tag: v3_14~1274^2~5 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/a6d6661d57c57d9a3e920002292970fab3a0231c [mc] Remove __STDC_FORMAT_MACROS It is not needed in C++. --- diff --git a/src/mc/mc_compare.cpp b/src/mc/mc_compare.cpp index a5bf48afb1..6c8f557b78 100644 --- a/src/mc/mc_compare.cpp +++ b/src/mc/mc_compare.cpp @@ -4,7 +4,6 @@ /* This program is free software; you can redistribute it and/or modify it * under the terms of the license (GNU LGPL) which comes with this package. */ -#define __STDC_FORMAT_MACROS #include #include