diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-16 15:26:29 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-16 15:26:29 -0400 |
| commit | 849fd423a759edf1b58b548a6148c177a6f8cd71 (patch) | |
| tree | 022f4ec014991f31e731f9e4574c2b32d8f5456d /src/stdlib/types.h | |
| parent | 0363b260689068b146357a8caf021590705e615d (diff) | |
Fix further issue with optionals
Diffstat (limited to 'src/stdlib/types.h')
| -rw-r--r-- | src/stdlib/types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/types.h b/src/stdlib/types.h index 03b397b7..60f1fcfd 100644 --- a/src/stdlib/types.h +++ b/src/stdlib/types.h @@ -94,7 +94,7 @@ Text_t Type$as_text(const void *typeinfo, bool colorize, const TypeInfo_t *type) t value; \ struct { \ char _padding[unpadded_size]; \ - Bool_t is_none:1; \ + Bool_t is_none; \ }; \ }; \ } name |
