jg71 reported -DMKSH_ASSUME_UTF8=* breaks defining stristr

This commit is contained in:
tg
2011-08-27 17:30:07 +00:00
parent da80c56acb
commit 5d9c88ceeb
5 changed files with 13 additions and 14 deletions

4
main.c
View File

@ -23,7 +23,7 @@
* of said person's immediate fault when using the work as intended.
*/
#define EXTERN
#define EXTERN
#include "sh.h"
#if HAVE_LANGINFO_CODESET
@ -33,7 +33,7 @@
#include <locale.h>
#endif
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.196 2011/07/16 17:08:19 tg Exp $");
__RCSID("$MirOS: src/bin/mksh/main.c,v 1.197 2011/08/27 17:30:06 tg Exp $");
extern char **environ;