aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 45a192ad..bd7213ea 100644
--- a/ast.h
+++ b/ast.h
@@ -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;