X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=procln.c;h=5e84c4118fe260c709d41851dcd43ccb58d3b437;hp=6963086c9f18e69e3a3ace6004ae1a24f8404678;hb=94c8d392f2216452ad20956690658d76094ab50c;hpb=daf2f61a3664329ae7f9609e1e14da2b8780fd10 diff --git a/procln.c b/procln.c index 6963086..5e84c41 100644 --- a/procln.c +++ b/procln.c @@ -134,6 +134,7 @@ loop: // Line processing loop label // Get another line of tokens if (tokln() == TKEOF) { +if (verb_flag) printf("Assemble: Found TKEOF flag...\n"); if (list_flag && listflag) // Flush last line of source listeol();