diff options
| author | Jonathan Bradley <jcb@pikum.xyz> | 2024-11-14 14:28:59 -0500 |
|---|---|---|
| committer | Jonathan Bradley <jcb@pikum.xyz> | 2024-11-14 14:28:59 -0500 |
| commit | beb4e413fec775f4c5a2837644c51071e9fc86bf (patch) | |
| tree | f2e820b3664442806a4f666766ec924f92419258 /pkmem-types.h | |
| parent | 285886342da1b98f989f39d49bef6ac606f25d73 (diff) | |
pk.h: remove inline from IMPL + cleanup
Diffstat (limited to 'pkmem-types.h')
| -rw-r--r-- | pkmem-types.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkmem-types.h b/pkmem-types.h index b3840cd..7c6fe57 100644 --- a/pkmem-types.h +++ b/pkmem-types.h @@ -55,7 +55,7 @@ struct pk_membucket; #ifdef PK_IMPL_MEM_TYPES -inline enum PK_HANDLE_VALIDATION +enum PK_HANDLE_VALIDATION pk_handle_validate(const struct pk_handle handle, const struct pk_handle bucketHandle, const uint64_t maxItems) { if (handle.bucketIndex == PK_HANDLE_MAX.bucketIndex && handle.itemIndex == PK_HANDLE_MAX.itemIndex) |
