diff options
author | midipix <writeonce@midipix.org> | 2016-01-07 06:22:00 -0500 |
---|---|---|
committer | midipix <writeonce@midipix.org> | 2016-01-07 06:22:00 -0500 |
commit | 3aebba9b602c353f6d9fe053d698d23d3589ee99 (patch) | |
tree | c3c2ac37149e0d834d389de999fbe11d55c3608d /include | |
parent | 047bc5b40b4743e0b4c08507c68476b17c5aa016 (diff) | |
download | apimagic-3aebba9b602c353f6d9fe053d698d23d3589ee99.tar.bz2 apimagic-3aebba9b602c353f6d9fe053d698d23d3589ee99.tar.xz |
struct amgc_entity: add ptrdepth and its initialization bits.
Diffstat (limited to 'include')
-rw-r--r-- | include/apimagic/apimagic.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/apimagic/apimagic.h b/include/apimagic/apimagic.h index 6762ab2..a93615f 100644 --- a/include/apimagic/apimagic.h +++ b/include/apimagic/apimagic.h @@ -113,6 +113,7 @@ struct amgc_entity { const union entity_t * entity; const char * altname; int enumval; + int ptrdepth; bool fmbstr; bool futf16; bool fset; |