X-Git-Url: https://git.gag.com/?a=blobdiff_plain;f=as%2Fmcs51%2Fasm.h;h=c81374ab30bee16c685a78f5332698509a3df183;hb=98a8cc0a546d822058cccec0ddb8d8498ea69b7e;hp=aa33d254b92c19d83b4ca197baade75aa3a861a3;hpb=88e560b915dc753c85898e35af1e0a751a4cf723;p=fw%2Fsdcc diff --git a/as/mcs51/asm.h b/as/mcs51/asm.h index aa33d254..c81374ab 100644 --- a/as/mcs51/asm.h +++ b/as/mcs51/asm.h @@ -500,7 +500,7 @@ extern FILE *sfp[MAXFIL]; /* array of assembler-source file handles */ extern FILE *ifp[MAXINC]; /* array of include-file file handles */ -extern char ctype[128]; /* array of character types, one per +extern unsigned char ctype[128]; /* array of character types, one per * ASCII character */