X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.c;h=4ec487204ea74a6eec2ea0b8a4553e82b4458aaf;hp=81a040a958aefc6971baf53ef30f8186cbc3e070;hb=26019087571ebcafae571c7d32f485ceb8af8c5d;hpb=6c68569fbfe25f7edf7607615a2db5911584f0ce diff --git a/token.c b/token.c index 81a040a..4ec4872 100644 --- a/token.c +++ b/token.c @@ -521,7 +521,7 @@ DEBUG printf("ExM: SYMBOL=\"%s\"", d); // to choke on legitimate code... Need to investigate this further // before changing anything else here! case CONST: - sprintf(numbuf, "$%lx", (LONG)*tk++); + sprintf(numbuf, "$%lx", (long unsigned int)*tk++); d = numbuf; break; case DEQUALS: @@ -648,7 +648,6 @@ char * GetNextMacroLine(void) // char * GetNextRepeatLine(void) { - IREPT * irept = cur_inobj->inobj.irept; LONG * strp = irept->ir_nextln; // initial null