diff th_string.c @ 606:5ec903f366b5

Rename th_strmatch.c to th_strglob.c
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Jan 2020 12:53:23 +0200
parents 1a33088e7fa9
children 594f197f7005
line wrap: on
line diff
--- a/th_string.c	Tue Jan 14 03:28:53 2020 +0200
+++ b/th_string.c	Tue Jan 14 12:53:23 2020 +0200
@@ -543,14 +543,14 @@
  */
 #define TH_STRGLOB_FUNC th_strmatch
 #define TH_STRGLOB_COLLATE(px) (px)
-#include "th_strmatch.c"
+#include "th_strglob.c"
 
 
 /* Compare a string to a pattern. Case-INSENSITIVE version.
  */
 #define TH_STRGLOB_FUNC th_strcasematch
 #define TH_STRGLOB_COLLATE(px) th_tolower(px)
-#include "th_strmatch.c"
+#include "th_strglob.c"
 
 
 BOOL th_get_hex_triplet(const char *str, unsigned int *value)