summaryrefslogtreecommitdiffhomepage
path: root/ast.h
diff options
context:
space:
mode:
authorJo-Philipp Wich <jo@mein.io>2020-09-16 23:34:30 +0200
committerJo-Philipp Wich <jo@mein.io>2020-09-16 23:34:30 +0200
commit0e67bdaa847c6d67497016db52e06af357f2e85c (patch)
tree5af316649c506c17c645c782c0519e27392b9d03 /ast.h
parent54bb15b2be3656e91386b80074f45591b20fed3f (diff)
treewide: implement strict assignment mode
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 cac75d2..6f2b12c 100644
--- a/ast.h
+++ b/ast.h
@@ -82,6 +82,7 @@ struct ut_state {
uint8_t srand_called:1;
uint8_t trim_blocks:1;
uint8_t lstrip_blocks:1;
+ uint8_t strict_declarations:1;
size_t off;
enum ut_block_type blocktype;
struct {