locations
[ccc.git] / ast.h
diff --git a/ast.h b/ast.h
index ee9b840..6b31e0f 100644 (file)
--- a/ast.h
+++ b/ast.h
@@ -140,6 +140,7 @@ struct expr *expr_nil();
 struct expr *expr_tuple(struct expr *left, struct expr *right);
 struct expr *expr_unop(enum unop op, struct expr *l);
 
+struct type *type_basic(enum basictype type);
 struct type *type_list(struct type *type);
 struct type *type_tuple(struct type *l, struct type *r);
 struct type *type_var(char *ident);