From 5b2acc934ee1cda4a514b617a56b43fc4ddf6a0f Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 11 Oct 2025 14:21:35 -0400 Subject: Added Empty() struct --- src/stdlib/datatypes.h | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/stdlib/datatypes.h') diff --git a/src/stdlib/datatypes.h b/src/stdlib/datatypes.h index fc665401..0ac97019 100644 --- a/src/stdlib/datatypes.h +++ b/src/stdlib/datatypes.h @@ -69,6 +69,9 @@ typedef struct table_s { struct table_s *fallback; } Table_t; +typedef struct Empty$$struct { +} Empty$$type; + typedef struct { void *fn, *userdata; } Closure_t; -- cgit v1.2.3