diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-10-11 15:27:27 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-10-11 15:27:27 -0400 |
| commit | 686150b0cdd4990f020390dbbe52a3dc408cf550 (patch) | |
| tree | c061337132c887f38f287b0626ac0df92b1478af /src/stdlib/optionals.h | |
| parent | e0a04d4171e03ae64b874b7229d25ce940afa301 (diff) | |
Rename pathtype enum values
Diffstat (limited to 'src/stdlib/optionals.h')
| -rw-r--r-- | src/stdlib/optionals.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/stdlib/optionals.h b/src/stdlib/optionals.h index 9c875bd1..d067ec94 100644 --- a/src/stdlib/optionals.h +++ b/src/stdlib/optionals.h @@ -15,7 +15,7 @@ #define NONE_TABLE ((OptionalTable_t){.entries.data = NULL}) #define NONE_CLOSURE ((OptionalClosure_t){.fn = NULL}) #define NONE_TEXT ((OptionalText_t){.tag = TEXT_NONE}) -#define NONE_PATH ((Path_t){.type = PATH_NONE}) +#define NONE_PATH ((Path_t){.type = PATHTYPE_NONE}) 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); |
