diff options
Diffstat (limited to 'ast.h')
| -rw-r--r-- | ast.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -7,7 +7,7 @@ struct stmt_node; struct expr_node; struct type_ref_node { - struct type type; + struct type_ref type; }; struct int_lit_node { |
