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 1d295e58..53adb6a8 100644
--- a/ast.h
+++ b/ast.h
@@ -291,7 +291,7 @@ struct ast_s {
bool skip_source:1;
} DocTest;
struct {
- const char *name;
+ const char *path;
enum { USE_LOCAL, USE_MODULE, USE_SHARED_OBJECT, USE_HEADER } what;
} Use;
struct {