X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=lib%2Fctype.c;h=dffe5637248f4dbdc5826e581c0b2c186e44afed;hb=3e4d27b06d7484040355e22eec2cbce7335d6dab;hp=6ed0468a2196763b54fa15d99a5695ffd356dc43;hpb=78acc472d9719316f22e002a009a998d9ceec29d;p=u-boot 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 */