Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
fix macro name to get isfinite declared
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 26 Apr 2011 13:43:50 +0000 (15:43 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 26 Apr 2011 13:43:50 +0000 (15:43 +0200)
src/simix/smx_user.c

index b89346e..615d7aa 100644 (file)
@@ -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. */
 
 /* 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 <math.h> /* isfinite() */
 
 #include "private.h"
 #include <math.h> /* isfinite() */
 
 #include "private.h"