diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-03-19 23:29:32 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-03-19 23:29:32 -0400 |
| commit | a47bd2d569e24b74bbb925b934bc835b4eea4de9 (patch) | |
| tree | e692a68f65b428aef889b9992473b0a7c1bc9314 /ast.h | |
| parent | 80ea0f85079eaac027b930b7d54df46e2039e7c3 (diff) | |
Improvements to module imports
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -262,7 +262,7 @@ struct ast_s { bool skip_source:1; } DocTest; struct { - const char *path; + const char *raw_path; file_t *file; bool main_program; } Use; |
