summaryrefslogtreecommitdiffstats
path: root/jv.h
diff options
context:
space:
mode:
Diffstat (limited to 'jv.h')
-rw-r--r--jv.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/jv.h b/jv.h
index c3bff367..a64f3acc 100644
--- a/jv.h
+++ b/jv.h
@@ -25,13 +25,13 @@ typedef struct {
typedef struct{
jv_refcnt* ptr;
int i[2];
-} jv_complex;
+} jv_nontrivial;
typedef struct {
jv_kind kind;
union {
double number;
- jv_complex complex;
+ jv_nontrivial nontrivial;
} val;
} jv;