diff options
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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; }; |
