diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-12 14:27:13 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-12 14:27:13 -0400 |
| commit | 46a2aa2ffc71820767f0cdaead84c26dc240c893 (patch) | |
| tree | da00733058f5b9b4ef03339d630076880845d9ad /ast.h | |
| parent | 10795782c674df12fc70ea3aeeaa2f62158b6cbd (diff) | |
Fix up comprehensions so set comprehensions work and everything is a bit
more clean
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; }; |
