]> Shamusworld >> Repos - rmac/blobdiff - procln.c
Bump version #.
[rmac] / procln.c
index 8739ce6db05630d2a1726efb0efdae67f9042c12..5860734511cdfef8025ce13cbde4f8e43c0ada36 100644 (file)
--- a/procln.c
+++ b/procln.c
@@ -395,13 +395,13 @@ normal:
                // o  everything else
                if (equtyp == EQUREG)
                {
-//Linko's request to issue a warning on labels that equated to the same register
-//would go here. Not sure how to implement it though. :-/
+//Linko's request to issue a warning on labels that equated to the same
+//register would go here. Not sure how to implement it though. :-/
 /*
 Maybe like this way:
 have an array of bools with 64 entries. Whenever a register is equated, set the
-corresponding register bool to true. Whenever it's undef'ed, set it to false. When
-checking to see if it's already been equated, issue a warning.
+corresponding register bool to true. Whenever it's undef'ed, set it to false.
+When checking to see if it's already been equated, issue a warning.
 */
                        // Check that we are in a RISC section
                        if (!rgpu && !rdsp)