X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=cbacccf3a1ae45460e7b2ff283994085f9d4e96c;hp=f8df49ae19cc2c50bc197790e9397d20d363638e;hb=689803cff9fd6a81a516486e6e1439ce717607b3;hpb=49eac9eff9d177e717de7bc8799a632c46b79237 diff --git a/token.h b/token.h index f8df49a..cbacccf 100644 --- a/token.h +++ b/token.h @@ -144,7 +144,7 @@ IMACRO { IREPT { LLIST * ir_firstln; // Pointer to first line LLIST * ir_nextln; // Pointer to next line - VALUE ir_count; // Repeat count (decrements) + uint32_t ir_count; // Repeat count (decrements) }; // Exported variables