From: Arnaud Giersch Date: Fri, 1 Jun 2012 21:18:25 +0000 (+0200) Subject: Undefine this terms, or supernovae build will fail. X-Git-Tag: v3_8~654^2 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7b608883dd942a3363a9ac150fd7352e247cf39f?ds=sidebyside Undefine this terms, or supernovae build will fail. --- diff --git a/src/xbt/RngStream.c b/src/xbt/RngStream.c index fb811439bd..494f9deeac 100644 --- a/src/xbt/RngStream.c +++ b/src/xbt/RngStream.c @@ -517,3 +517,15 @@ int RngStream_RandInt (RngStream g, int i, int j) { return i + (int) ((j - i + 1.0) * RngStream_RandU01 (g)); } + +/* Undefine this terms, or supernovae build will fail. */ +#undef norm +#undef m1 +#undef m2 +#undef a12 +#undef a13n +#undef a21 +#undef a23n +#undef two17 +#undef two53 +#undef fact