From 8f451d0271659ea57c4960f858ea61ea7a10598d Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 17 Feb 2024 21:04:35 -0500 Subject: Custom tostring functions working --- environment.h | 1 + 1 file changed, 1 insertion(+) (limited to 'environment.h') diff --git a/environment.h b/environment.h index 64b59594..2f5c84dd 100644 --- a/environment.h +++ b/environment.h @@ -11,6 +11,7 @@ typedef struct { CORD typecode; CORD staticdefs; CORD funcs; + CORD typeinfos; CORD main; } compilation_unit_t; -- cgit v1.2.3