Skip to content

Commit

Permalink
Incorporate lutzmader's patches
Browse files Browse the repository at this point in the history
  • Loading branch information
wtlangford committed Nov 12, 2018
1 parent 1adbf3c commit d5a0f3f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/builtin.c
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,8 @@
#ifndef __sun__
# define _XOPEN_SOURCE
# define _XOPEN_SOURCE_EXTENDED 1
#elif defined _AIX
# define _XOPEN_SOURCE 700
#else
# define _XPG6
# define __EXTENSIONS__
Expand Down
4 changes: 4 additions & 0 deletions src/jv.h
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit d5a0f3f

Please sign in to comment.