X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=as%2Fz80%2Fasdata.c;h=2daf953bd34de69eaf445e15f2d548ac2766c1bf;hb=b97abbacf7a6659c2e34277cfa9dbc7e5817e1ba;hp=82060ae90712e53038a1885647829f91fb60269b;hpb=0b99bef5b1367674d02eaab92f5d92cecbbff4c8;p=fw%2Fsdcc diff --git a/as/z80/asdata.c b/as/z80/asdata.c index 82060ae9..2daf953b 100644 --- a/as/z80/asdata.c +++ b/as/z80/asdata.c @@ -13,10 +13,6 @@ #include #include -#if !defined(_MSC_VER) -#include -#endif - #include "asm.h" /*)Module asdata.c @@ -125,6 +121,8 @@ char tb[NTITL]; /* Title string buffer */ char stb[NSBTL]; /* Subtitle string buffer */ +char optsdcc[NINPUT]; /* sdcc compile options + */ char symtbl[] = { "Symbol Table" }; char aretbl[] = { "Area Table" }; @@ -237,7 +235,7 @@ FILE *ifp[MAXINC]; /* array of include-file file handles * 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,