aboutsummaryrefslogtreecommitdiff
path: root/ast.h
diff options
context:
space:
mode:
Diffstat (limited to 'ast.h')
-rw-r--r--ast.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ast.h b/ast.h
index 15c41d81..b7f715b8 100644
--- a/ast.h
+++ b/ast.h
@@ -184,6 +184,7 @@ struct ast_s {
} Array;
struct {
type_ast_t *item_type;
+ ast_t *max_size;
} Channel;
struct {
type_ast_t *item_type;