X-Git-Url: https://git.kernelconcepts.de/?a=blobdiff_plain;f=lib%2Fctype.c;h=dffe5637248f4dbdc5826e581c0b2c186e44afed;hb=c97b6df1ae92679d67f94c1cfef51323782a506d;hp=6ed0468a2196763b54fa15d99a5695ffd356dc43;hpb=83653121d7382fccfe329cb732f77f116341ef1d;p=karo-tx-uboot.git diff --git a/lib/ctype.c b/lib/ctype.c index 6ed0468a21..dffe563724 100644 --- a/lib/ctype.c +++ b/lib/ctype.c @@ -29,7 +29,7 @@ #include -unsigned char _ctype[] = { +const unsigned char _ctype[] = { _C,_C,_C,_C,_C,_C,_C,_C, /* 0-7 */ _C,_C|_S,_C|_S,_C|_S,_C|_S,_C|_S,_C,_C, /* 8-15 */ _C,_C,_C,_C,_C,_C,_C,_C, /* 16-23 */