replace utf8strchr with wcschr

This commit is contained in:
Lauri Tirkkonen
2019-03-15 12:24:13 +01:00
committed by Hiltjo Posthuma
parent 75b4ba4b4b
commit d5efd256aa
3 changed files with 4 additions and 22 deletions
+1 -1
View File
@@ -114,7 +114,7 @@ char *xstrdup(char *);
extern char *utmp;
extern char *stty_args;
extern char *vtiden;
extern char *worddelimiters;
extern wchar_t *worddelimiters;
extern int allowaltscreen;
extern char *termname;
extern unsigned int tabspaces;