diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-09-02 18:47:39 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-09-02 18:47:39 -0400 |
| commit | 61e482f6f36aee6f72392a6188f2ec5c858b88fd (patch) | |
| tree | bea4123fcc62dd834405ae89ce9fe260e90a0023 /builtins/bool.h | |
| parent | f0f8f218703ebb4512b3cd3f9e06b86a7d9861b0 (diff) | |
Initial WIP first past
Diffstat (limited to 'builtins/bool.h')
| -rw-r--r-- | builtins/bool.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/bool.h b/builtins/bool.h index 716ddd5b..578cad6c 100644 --- a/builtins/bool.h +++ b/builtins/bool.h @@ -12,8 +12,8 @@ #define yes (Bool_t)true #define no (Bool_t)false -CORD Bool$as_text(const bool *b, bool colorize, const TypeInfo *type); -bool Bool$from_text(CORD text, bool *success); +Text_t Bool$as_text(const bool *b, bool colorize, const TypeInfo *type); +bool Bool$from_text(Text_t text, bool *success); Bool_t Bool$random(double p); extern const TypeInfo $Bool; |
