diff options
Diffstat (limited to 'src/string')
-rw-r--r-- | src/string/mem/memcasemem.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/string/mem/memcasemem.c b/src/string/mem/memcasemem.c index 3fb24dc..aad5d68 100644 --- a/src/string/mem/memcasemem.c +++ b/src/string/mem/memcasemem.c @@ -50,6 +50,5 @@ void* (memcasemem)(const void* __haystack, size_t haystack_length, return !(memcasecmp)(haystack, needle, haystack_length) ? haystack : NULL; #define CASE #include "substring.h" -#undef CASE } |