]> Shamusworld >> Repos - rmac/blobdiff - procln.c
Moved some messages from -v to -x
[rmac] / procln.c
index 5860734511cdfef8025ce13cbde4f8e43c0ada36..04b8ddd6392ea64bb5ebac5c7c515cdd755d703c 100644 (file)
--- a/procln.c
+++ b/procln.c
@@ -137,7 +137,7 @@ loop:                                                       // Line processing loop label
        // Get another line of tokens
        if (TokenizeLine() == TKEOF)
        {
-if (verb_flag) printf("Assemble: Found TKEOF flag...\n");
+if (debug) printf("Assemble: Found TKEOF flag...\n");
                if (list_flag && listflag)                      // Flush last line of source
                        listeol();