From b697f0ef701236d8bb105d257470490dc0fd40df Mon Sep 17 00:00:00 2001 From: tg Date: Wed, 29 Apr 2015 20:16:48 +0000 Subject: [PATCH] make it compile --- misc.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/misc.c b/misc.c index 7bb5baa..5926fb9 100644 --- a/misc.c +++ b/misc.c @@ -30,7 +30,7 @@ #include #endif -__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.229 2015/04/29 20:07:34 tg Exp $"); +__RCSID("$MirOS: src/bin/mksh/misc.c,v 1.230 2015/04/29 20:16:48 tg Exp $"); #define KSH_CHVT_FLAG #ifdef MKSH_SMALL @@ -93,8 +93,6 @@ setctypes(const char *s, int t) void initctypes(void) { - int c; - setctypes(digits_uc, C_ALPHA); setctypes(digits_lc, C_ALPHA); chtypes['_'] |= C_ALPHA;