summaryrefslogtreecommitdiff
path: root/src/api/yajl_tree.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/api/yajl_tree.h')
-rw-r--r--src/api/yajl_tree.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/api/yajl_tree.h b/src/api/yajl_tree.h
index a02c531..8b377f6 100644
--- a/src/api/yajl_tree.h
+++ b/src/api/yajl_tree.h
@@ -72,12 +72,12 @@ struct yajl_val_s
{
char * string;
struct {
- char *r; /*< unparsed number in string form. */
long long i; /*< integer value, if representable. */
double d; /*< double value, if representable. */
/** Signals whether the \em i and \em d members are
* valid. See \c YAJL_NUMBER_INT_VALID and
* \c YAJL_NUMBER_DOUBLE_VALID. */
+ char *r; /*< unparsed number in string form. */
unsigned int flags;
} number;
struct {