From 1e3fb8a2c0cca385d65c52679411b118b5fb4641 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sun, 24 Nov 2024 16:18:21 -0500 Subject: Rename "NULL" to "NONE" --- stdlib/bytes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'stdlib/bytes.h') 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 -- cgit v1.2.3