summaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ast.h b/ast.h
index bc23a1c..21a4e72 100644
--- a/ast.h
+++ b/ast.h
@@ -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 {