X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.c;h=e35e9bfc787697ea21e767f4a94397fb7ba223bb;hp=4a06efedcbebf1a0fdb72aec48857e74d6286b5a;hb=58902b3fadb54775564b6c66684c3dcdb69eda83;hpb=6c1bc379012b1c1ca369e71e39509f3538042382 diff --git a/token.c b/token.c index 4a06efe..e35e9bf 100644 --- a/token.c +++ b/token.c @@ -452,7 +452,8 @@ arg_num: continue; } - if (tk != NULL) // arg # is in range, so expand it + // Argument # is in range, so expand it + if (tk != NULL) { while (*tk != EOL) { @@ -1438,6 +1439,7 @@ if (verb_flag) printf("TokenizeLine: Calling fpop() from SRC_IREPT...\n"); *tk++ = CONST; *tk++ = v; +//printf("CONST: %i\n", v); continue; }