X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=4a9b1105bb270cd4dd2db2a7efc0ca739f93d92f;hp=28c1f8be562682dd65218efa9ebff4d655541dd3;hb=c2caacfdc844e2f8b5d05b0699fbacc04b4ce8ea;hpb=eace4e1b294ccec54a5c476619f616f5da0bf8a9 diff --git a/token.h b/token.h index 28c1f8b..4a9b110 100644 --- 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