diff options
author | Jo-Philipp Wich <jo@mein.io> | 2020-09-16 23:34:30 +0200 |
---|---|---|
committer | Jo-Philipp Wich <jo@mein.io> | 2020-09-16 23:34:30 +0200 |
commit | 0e67bdaa847c6d67497016db52e06af357f2e85c (patch) | |
tree | 5af316649c506c17c645c782c0519e27392b9d03 /ast.h | |
parent | 54bb15b2be3656e91386b80074f45591b20fed3f (diff) |
treewide: implement strict assignment mode
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
@@ -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 { |