AST_STRICT for type aliases

This commit is contained in:
Krzosa Karol
2022-06-12 13:09:37 +02:00
parent beb10d6e2d
commit cd29798c1d
5 changed files with 19 additions and 10 deletions

View File

@@ -41,7 +41,7 @@ typedef U32 Ast_Flag;
enum{
AST_EXPR = bit_flag(1),
AST_STMT = bit_flag(2),
AST_BINDING = bit_flag(3),
AST_STRICT = bit_flag(3),
AST_AGGREGATE = bit_flag(4),
AST_AGGREGATE_CHILD = bit_flag(5),
AST_ITEM_INCLUDED = bit_flag(6),