]> Shamusworld >> Repos - rmac/blobdiff - token.h
Modified IMACRO and IREPT to store line numbers during definition - error now correct...
[rmac] / token.h
diff --git a/token.h b/token.h
index 28c1f8be562682dd65218efa9ebff4d655541dd3..4a9b1105bb270cd4dd2db2a7efc0ca739f93d92f 100644 (file)
--- a/token.h
+++ b/token.h
@@ -146,6 +146,7 @@ IREPT {
        LLIST * ir_firstln;             // Pointer to first line
        LLIST * ir_nextln;              // Pointer to next line
        uint32_t ir_count;              // Repeat count (decrements)
+       uint32_t lineno;                // Repeat line number (Convert this to global instead of putting it here?)
 };
 
 // Exported variables