From 849fd423a759edf1b58b548a6148c177a6f8cd71 Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Sat, 16 Aug 2025 15:26:29 -0400 Subject: Fix further issue with optionals --- src/stdlib/optionals.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/stdlib/optionals.h') diff --git a/src/stdlib/optionals.h b/src/stdlib/optionals.h index 2ffd5a50..5be52e93 100644 --- a/src/stdlib/optionals.h +++ b/src/stdlib/optionals.h @@ -18,7 +18,7 @@ #define NONE_TEXT ((OptionalText_t){.length=-1}) #define NONE_PATH ((Path_t){.type=PATH_NONE}) -PUREFUNC bool is_null(const void *obj, const TypeInfo_t *non_optional_type); +PUREFUNC bool is_none(const void *obj, const TypeInfo_t *non_optional_type); PUREFUNC uint64_t Optional$hash(const void *obj, const TypeInfo_t *type); PUREFUNC int32_t Optional$compare(const void *x, const void *y, const TypeInfo_t *type); PUREFUNC bool Optional$equal(const void *x, const void *y, const TypeInfo_t *type); -- cgit v1.2.3