summaryrefslogtreecommitdiffhomepage
path: root/ast.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-09-21 11:26:25 +0200
committerJo-Philipp Wich <jo@mein.io>2020-09-21 11:26:25 +0200
commit79a43239abefb5b2733719e145b47d4278a3310d (patch)
tree5992fa09bd44a1524641188ab61d5b28bf1edd9e /ast.h
parent2c6ce788d039ac5aed91955b0be5640bf1318ef5 (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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index 41cbc61..480f537 100644
--- a/ast.h
+++ b/ast.h
@@ -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 {