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