From 4592e95fa937e5e8ef8343053b9d5accb2aa5d56 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Thu, 21 Mar 2024 13:33:10 -0400 Subject: Pull namespaces from the type binding --- types.h | 1 + 1 file changed, 1 insertion(+) (limited to 'types.h') diff --git a/types.h b/types.h index 17c778fa..83d8ca6a 100644 --- a/types.h +++ b/types.h @@ -98,6 +98,7 @@ struct type_s { struct { const char *name; type_t *type; + struct env_s *env; } TypeInfoType; struct { const char *name; -- cgit v1.2.3