From e6450fe56177c2ce3faf4601ed4a3edf42cd90eb Mon Sep 17 00:00:00 2001 From: DJ Delorie Date: Sun, 7 Oct 2001 17:24:36 +0000 Subject: merge from gcc --- libiberty/strcasecmp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libiberty/strcasecmp.c') diff --git a/libiberty/strcasecmp.c b/libiberty/strcasecmp.c index dcfa407..4bfe650 100644 --- a/libiberty/strcasecmp.c +++ b/libiberty/strcasecmp.c @@ -37,7 +37,7 @@ static char sccsid[] = "@(#)strcasecmp.c 5.5 (Berkeley) 11/24/87"; * based upon ascii character sequences. */ typedef unsigned char uc; -static unsigned char charmap[] = { +static const unsigned char charmap[] = { (uc)'\000',(uc)'\001',(uc)'\002',(uc)'\003',(uc)'\004',(uc)'\005',(uc)'\006',(uc)'\007', (uc)'\010',(uc)'\011',(uc)'\012',(uc)'\013',(uc)'\014',(uc)'\015',(uc)'\016',(uc)'\017', (uc)'\020',(uc)'\021',(uc)'\022',(uc)'\023',(uc)'\024',(uc)'\025',(uc)'\026',(uc)'\027', -- cgit v1.1