diff options
author | WormHeamer | 2025-02-07 08:45:40 -0500 |
---|---|---|
committer | WormHeamer | 2025-02-07 08:45:40 -0500 |
commit | 9c722239ac5e9c1075caea32765feedce5da28df (patch) | |
tree | 2a7c80ffa0b32b9725d2043570c8943f3a1fd4b2 /str.h | |
parent | 0782fdab9d99a1d6a198245c681c46db65a71808 (diff) |
rename STDWRM_STR_IMPL to STDWRM_IMPL_STR
Diffstat (limited to 'str.h')
-rw-r--r-- | str.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/str.h b/str.h index 7959488..47ff676 100644 --- a/str.h +++ b/str.h @@ -21,7 +21,7 @@ void scats(string *, strv_t); void scatc(string *, char); void sfree(string); -#ifdef STDWRM_STR_IMPL +#ifdef STDWRM_IMPL_STR string snew(void) { string s; |