diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-09-21 11:26:25 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-09-21 11:26:25 +0200 |
commit | 79a43239abefb5b2733719e145b47d4278a3310d (patch) | |
tree | 5992fa09bd44a1524641188ab61d5b28bf1edd9e /ast.h | |
parent | 2c6ce788d039ac5aed91955b0be5640bf1318ef5 (diff) |
treewide: ensure to properly propagate exceptions
Signed-off-by: Jo-Philipp Wich <jo@mein.io>
Diffstat (limited to 'ast.h')
-rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -57,6 +57,7 @@ struct ut_op { uint16_t is_overflow:1; uint16_t is_postfix:1; uint16_t is_for_in:1; + uint16_t is_list:1; uint32_t off; struct json_object *val; union { |