summary refs log tree commit diff
path: root/strio.h
diff options
context:
space:
mode:
authorWormHeamer2025-02-07 08:45:40 -0500
committerWormHeamer2025-02-07 08:45:40 -0500
commit9c722239ac5e9c1075caea32765feedce5da28df (patch)
tree2a7c80ffa0b32b9725d2043570c8943f3a1fd4b2 /strio.h
parent0782fdab9d99a1d6a198245c681c46db65a71808 (diff)
rename STDWRM_STR_IMPL to STDWRM_IMPL_STR
Diffstat (limited to 'strio.h')
-rw-r--r--strio.h2
1 files changed, 1 insertions, 1 deletions
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];