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/bytes.h | |
| parent | 0e10313d64f54dd587ebbcd5f413bd999333c911 (diff) | |
Rename "NULL" to "NONE"
Diffstat (limited to 'stdlib/bytes.h')
| -rw-r--r-- | stdlib/bytes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/stdlib/bytes.h b/stdlib/bytes.h index ef5c0729..8c14ef1e 100644 --- a/stdlib/bytes.h +++ b/stdlib/bytes.h @@ -35,6 +35,6 @@ typedef struct { bool is_null:1; } OptionalByte_t; -#define NULL_BYTE ((OptionalByte_t){.is_null=true}) +#define NONE_BYTE ((OptionalByte_t){.is_null=true}) // vim: ts=4 sw=0 et cino=L2,l1,(0,W4,m1,\:0 |
