diff options
author | midipix <writeonce@midipix.org> | 2015-11-28 07:14:21 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-11-10 23:35:28 -0500 |
commit | 0d3dde49e65c9de9dff41933ceb64fa28635499d (patch) | |
tree | 036af41884253f469dc6cc26009f56630befce19 /include | |
parent | dd97ea947fa5a9796507a092b3d9e7984712e80b (diff) | |
download | perk-0d3dde49e65c9de9dff41933ceb64fa28635499d.tar.bz2 perk-0d3dde49e65c9de9dff41933ceb64fa28635499d.tar.xz |
pretty printer: yaml support: initial implementation.
Diffstat (limited to 'include')
-rw-r--r-- | include/perk/perk_output.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/perk/perk_output.h b/include/perk/perk_output.h index d7e3b9a..91c8aee 100644 --- a/include/perk/perk_output.h +++ b/include/perk/perk_output.h @@ -16,5 +16,6 @@ #define PERK_PRETTY_TABLE PERK_PRETTY(0x00000002) #define PERK_PRETTY_READOBJ PERK_PRETTY(0x00000004) #define PERK_PRETTY_OBJDUMP PERK_PRETTY(0x00000008) +#define PERK_PRETTY_YAML PERK_PRETTY(0x00000010) #endif |