Fixed some warnings when building in MSVC
[fw/sdcc] / link / z80 / aslink.h
index 8a2685466bafdcc13f42779f9a3d901cc430dba5..939e7437f3bd7871b76d9e1af5adc04a0c11a97d 100644 (file)
@@ -448,7 +448,7 @@ extern      char    *rp;            /*      pointer into the LST file
 extern char    rb[NINPUT];     /*      LST file text line being
                                 *      address relocated
                                 */
-extern char    ctype[];        /*      array of character types, one per
+extern unsigned char   ctype[];        /*      array of character types, one per
                                 *      ASCII character
                                 */