]> Shamusworld >> Repos - rmac/blobdiff - token.h
Fix for section alignment values in ELF objects.
[rmac] / token.h
diff --git a/token.h b/token.h
index f8df49ae19cc2c50bc197790e9397d20d363638e..cbacccf3a1ae45460e7b2ff283994085f9d4e96c 100644 (file)
--- 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