aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index 9da7ebe9..868b8231 100644
--- a/ast.h
+++ b/ast.h
@@ -303,7 +303,8 @@ struct ast_s {
} LinkerDirective;
struct {
CORD code;
- type_ast_t *type;
+ struct type_s *type;
+ type_ast_t *type_ast;
} InlineCCode;
} __data;
};