diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-27 14:56:24 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-27 14:56:24 -0400 |
| commit | ca93e6f3cb78f65f8eb8aac0d6fae81be2c250e8 (patch) | |
| tree | 426245f7e01d666cdcbdbc4c42766db9d1dcc95d /ast.h | |
| parent | 9b15799e73b2d8342b815de1715c85c3a1bc27d7 (diff) | |
Simplify code by making `name := use ...` a Use AST instead of a Declare
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -311,6 +311,7 @@ struct ast_s { bool skip_source:1; } DocTest; struct { + ast_t *var; const char *path; enum { USE_LOCAL, USE_MODULE, USE_SHARED_OBJECT, USE_HEADER, USE_C_CODE, USE_ASM } what; } Use; |
