[glib] use proper feature test macros for isnan
- From: Matthias Clasen <matthiasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [glib] use proper feature test macros for isnan
- Date: Sun, 11 Jul 2010 00:04:58 +0000 (UTC)
commit 7568bb66f996bdf94da6963399333236f73adb1b
Author: Matthias Clasen <mclasen redhat com>
Date: Sat Jul 10 20:00:49 2010 -0400
use proper feature test macros for isnan
Problem pointed out in bug 581354
glib/tests/strfuncs.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/glib/tests/strfuncs.c b/glib/tests/strfuncs.c
index 2ddf926..648f370 100644
--- a/glib/tests/strfuncs.c
+++ b/glib/tests/strfuncs.c
@@ -19,6 +19,7 @@
* if advised of the possibility of such damage.
*/
+#define _XOPEN_SOURCE
#include <ctype.h>
#include <errno.h>
#include <locale.h>
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]