X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?p=rmac;a=blobdiff_plain;f=token.h;h=cbacccf3a1ae45460e7b2ff283994085f9d4e96c;hp=f8df49ae19cc2c50bc197790e9397d20d363638e;hb=cfd001aea60f54e49d9beae0f941c513f45c202b;hpb=a7d3861005ef22f14caec4e1c899e079334716af 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