summaryrefslogtreecommitdiffstats
path: root/src/jv.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/jv.h')
-rw-r--r--src/jv.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/jv.h b/src/jv.h
index c378a791..0fbdd88e 100644
--- a/src/jv.h
+++ b/src/jv.h
@@ -198,7 +198,11 @@ jv jv_object_iter_value(jv, int);
int jv_get_refcnt(jv);
+#ifdef _AIX
enum {
+#else
+enum jv_print_flags {
+#endif
JV_PRINT_PRETTY = 1,
JV_PRINT_ASCII = 2,
JV_PRINT_COLOR = 4, JV_PRINT_COLOUR = 4,