summaryrefslogtreecommitdiff
path: root/src/snprintf.c
diff options
context:
space:
mode:
authorDave Beckett <dave@dajobe.org>2007-09-04 04:21:09 +0000
committerDave Beckett <dave@dajobe.org>2007-09-04 04:21:09 +0000
commit8acb2d362b276cfee7f55f9cf23bc5b05f2c34ac (patch)
treed5c304d0fc13941f128be8063971ae8522a1c25e /src/snprintf.c
parenta65acc04c18a3930b53ef051619f055bb2c6ae2c (diff)
downloadraptor-8acb2d362b276cfee7f55f9cf23bc5b05f2c34ac.tar.gz
Define __USE_ISOC99 to 1
Diffstat (limited to 'src/snprintf.c')
-rw-r--r--src/snprintf.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/snprintf.c b/src/snprintf.c
index 8e2db9c1..4ad64130 100644
--- a/src/snprintf.c
+++ b/src/snprintf.c
@@ -15,7 +15,7 @@
#include "raptor_internal.h"
#include <float.h>
-#define __USE_ISOC99
+#define __USE_ISOC99 1
#include <math.h>
/* Convert a double to xsd:decimal representation.