aboutsummaryrefslogtreecommitdiff
path: root/stdlib/bytes.h
diff options
context:
space:
mode:
Diffstat (limited to 'stdlib/bytes.h')
-rw-r--r--stdlib/bytes.h2
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