diff options
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 2e358c6c..85567815 100644 --- a/src/stdlib/types.h +++ b/src/stdlib/types.h @@ -109,7 +109,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; \ + Bool_t has_value; \ }; \ }; \ } name |
