diff options
Diffstat (limited to 'pkstr.h')
| -rw-r--r-- | pkstr.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -23,7 +23,7 @@ int pk_compare_cstr(const struct pk_cstr *lhs, const struct pk_cstr *rhs); #endif /* PK_STR_H */ -#ifdef PK_IMPLEMENTATION +#ifdef PK_IMPL_STR #include "./pkmacros.h" @@ -81,4 +81,4 @@ pk_compare_cstr(const struct pk_cstr *lhs, const struct pk_cstr *rhs) return strncmp(lhs->val, rhs->val, PK_MIN(lhs->length, rhs->length)); } -#endif /* PK_IMPLEMENTATION */ +#endif /* PK_IMPL_STR */ |
