From: Martin Quinson Date: Tue, 26 Apr 2011 13:43:50 +0000 (+0200) Subject: fix macro name to get isfinite declared X-Git-Tag: v3_6_rc3~98 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/e03783ad670f74a1422b17af9ea35729ac9d7ac9?hp=e54ce81e16d6d8ac7f4727a39a2d43ef7e8b0eaa fix macro name to get isfinite declared --- diff --git a/src/simix/smx_user.c b/src/simix/smx_user.c index b89346e2bb..615d7aa554 100644 --- a/src/simix/smx_user.c +++ b/src/simix/smx_user.c @@ -5,7 +5,7 @@ /* 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 _ISO_C99_SOURCE /* isfinite() */ +#define _ISOC99_SOURCE /* isfinite() */ #include /* isfinite() */ #include "private.h"