From 3e23ea6a67e4bbfea4dc667beb6285a90dff2877 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Mon, 25 Nov 2024 14:57:58 -0500 Subject: Improve handling of update assignments --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') diff --git a/types.h b/types.h index aa0caf49..9cde2880 100644 --- a/types.h +++ b/types.h @@ -152,6 +152,7 @@ PUREFUNC bool is_numeric_type(type_t *t); PUREFUNC size_t type_size(type_t *t); PUREFUNC size_t type_align(type_t *t); PUREFUNC size_t unpadded_struct_size(type_t *t); +PUREFUNC type_t *non_optional(type_t *t); type_t *get_field_type(type_t *t, const char *field_name); PUREFUNC type_t *get_iterated_type(type_t *t); -- cgit v1.2.3