diff options
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -54,6 +54,7 @@ struct ut_op { uint16_t type; uint16_t is_first:1; uint16_t is_op:1; + uint16_t is_overflow:1; uint32_t off; struct json_object *val; union { |