From e03783ad670f74a1422b17af9ea35729ac9d7ac9 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Tue, 26 Apr 2011 15:43:50 +0200 Subject: [PATCH] fix macro name to get isfinite declared --- src/simix/smx_user.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" -- 2.20.1