diff options
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; |
