summaryrefslogtreecommitdiff
path: root/src/string/strtok.c
diff options
context:
space:
mode:
authorJakob Kaivo <jkk@ung.org>2024-01-31 00:10:16 -0500
committerJakob Kaivo <jkk@ung.org>2024-01-31 00:10:16 -0500
commit54c81c3b7f90a576135c46ded5328e6b34ad1deb (patch)
tree2a3040d241188a1eb84abe000b0bb2f48530e5ef /src/string/strtok.c
parent1ed155971e7a2dbb84756255cb7474ff5c1c9b17 (diff)
remove extraneous #undef directives
Diffstat (limited to 'src/string/strtok.c')
-rw-r--r--src/string/strtok.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/strtok.c b/src/string/strtok.c
index a1ddeadc..69b7fcc8 100644
--- a/src/string/strtok.c
+++ b/src/string/strtok.c
@@ -1,6 +1,5 @@
#include <string.h>
#include "_safety.h"
-#undef strtok
/** split string into tokens **/