From 3a5815d4bd000cb250e3736db7ad02f63d065bfe Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Fri, 6 Dec 2024 15:18:25 -0500 Subject: Improvements and fixes for assigning to table keys --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') diff --git a/types.h b/types.h index 9cde2880..c496c391 100644 --- a/types.h +++ b/types.h @@ -91,6 +91,7 @@ struct type_s { } SetType; struct { type_t *key_type, *value_type; + ast_t *default_value; } TableType; struct { arg_t *args; -- cgit v1.2.3