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/types.h | |
| parent | c74fba540448f1d4b1aec4de8f3d9ffc395fdde0 (diff) | |
Added Empty() struct
Diffstat (limited to 'src/stdlib/types.h')
| -rw-r--r-- | src/stdlib/types.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/stdlib/types.h b/src/stdlib/types.h index bd2474fa..5cd622e7 100644 --- a/src/stdlib/types.h +++ b/src/stdlib/types.h @@ -91,7 +91,6 @@ struct TypeInfo_s { extern const TypeInfo_t Void$info; extern const TypeInfo_t Abort$info; -#define Void_t void Text_t Type$as_text(const void *typeinfo, bool colorize, const TypeInfo_t *type); |
