From 9c722239ac5e9c1075caea32765feedce5da28df Mon Sep 17 00:00:00 2001
From: WormHeamer
Date: Fri, 7 Feb 2025 08:45:40 -0500
Subject: rename STDWRM_STR_IMPL to STDWRM_IMPL_STR

---
 str.h   | 2 +-
 strio.h | 2 +-
 2 files changed, 2 insertions(+), 2 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;
diff --git a/strio.h b/strio.h
index 4dbdd74..20d0ddf 100644
--- a/strio.h
+++ b/strio.h
@@ -7,7 +7,7 @@
 
 string read_whole_file(FILE *f);
 
-#ifdef STDWRM_STR_IMPL
+#ifdef STDWRM_IMPL_STR
 
 string read_whole_file(FILE *f) {
 	char chunk[256];
-- 
cgit 1.4.1-2-gfad0