diff options
Diffstat (limited to 'stdlib/bools.h')
| -rw-r--r-- | stdlib/bools.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/bools.h b/stdlib/bools.h index 7dec5711..c1b344b8 100644 --- a/stdlib/bools.h +++ b/stdlib/bools.h @@ -13,7 +13,7 @@ #define yes (Bool_t)true #define no (Bool_t)false -PUREFUNC Text_t Bool$as_text(const bool *b, bool colorize, const TypeInfo_t *type); +PUREFUNC Text_t Bool$as_text(const void *b, bool colorize, const TypeInfo_t *type); OptionalBool_t Bool$parse(Text_t text); extern const TypeInfo_t Bool$info; |
