diff options
Diffstat (limited to 'builtins/bool.c')
| -rw-r--r-- | builtins/bool.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/builtins/bool.c b/builtins/bool.c index 9af2ed2c..4efb2681 100644 --- a/builtins/bool.c +++ b/builtins/bool.c @@ -26,7 +26,7 @@ public CORD Bool__as_str(const bool *b, bool colorize, const TypeInfo *type) return *b ? "yes" : "no"; } -Bool_namespace_t Bool_type = { +public Bool_namespace_t Bool_type = { .type={ .size=sizeof(bool), .align=alignof(bool), |
