fixed check_syntax(), "break xram r 0x7654" did not work.
[fw/sdcc] / as / mcs51 / lkdata.c
index cab80ee488869239867ab7f83b5de0c03638e516..19a8437717e2b2375c4dca603a1894c7dc0dbf6a 100644 (file)
@@ -436,7 +436,7 @@ struct      lbfile  *lbfhead;       /*      pointer to the first
  *     array of character types, one per
  *     ASCII character
  */
-char   ctype[128] = {
+unsigned char  ctype[128] = {
 /*NUL*/        ILL,    ILL,    ILL,    ILL,    ILL,    ILL,    ILL,    ILL,
 /*BS*/ ILL,    SPACE,  ILL,    ILL,    SPACE,  ILL,    ILL,    ILL,
 /*DLE*/        ILL,    ILL,    ILL,    ILL,    ILL,    ILL,    ILL,    ILL,