diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-11 14:21:35 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-11 14:21:35 -0400 |
| commit | 5b2acc934ee1cda4a514b617a56b43fc4ddf6a0f (patch) | |
| tree | feb31009ea5e8433694b11dfe9c9c59969bcdfcc /src/stdlib/datatypes.h | |
| parent | c74fba540448f1d4b1aec4de8f3d9ffc395fdde0 (diff) | |
Added Empty() struct
Diffstat (limited to 'src/stdlib/datatypes.h')
| -rw-r--r-- | src/stdlib/datatypes.h | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
