diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2024-11-24 16:18:21 -0500 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2024-11-24 16:18:21 -0500 |
| commit | 1e3fb8a2c0cca385d65c52679411b118b5fb4641 (patch) | |
| tree | e8e7ae5b4a8b4f39ed867c238f1a05494b6a50ac /stdlib/bools.c | |
| parent | 0e10313d64f54dd587ebbcd5f413bd999333c911 (diff) | |
Rename "NULL" to "NONE"
Diffstat (limited to 'stdlib/bools.c')
| -rw-r--r-- | stdlib/bools.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/bools.c b/stdlib/bools.c index 9a2c8cd6..50cd3f4c 100644 --- a/stdlib/bools.c +++ b/stdlib/bools.c @@ -35,7 +35,7 @@ PUREFUNC public OptionalBool_t Bool$parse(Text_t text) || Text$equal_ignoring_case(text, Text("0"))) { return no; } else { - return NULL_BOOL; + return NONE_BOOL; } } |
