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