diff options
Diffstat (limited to 'src/ast')
| -rw-r--r-- | src/ast/ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ast/ast.h b/src/ast/ast.h index c971d54..967f27f 100644 --- a/src/ast/ast.h +++ b/src/ast/ast.h @@ -422,6 +422,7 @@ struct ASTNode int is_packed; // @packed attribute. int align; // @align(N) attribute, 0 = default. int is_incomplete; // Forward declaration (prototype) + int is_export; // @export attribute char **used_structs; // Names of structs used/mixed-in int used_struct_count; } strct; |
