X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FProfHeap.c;fp=ghc%2Frts%2FProfHeap.c;h=932c0694233b4e37247476fcc69a5a4e6f6928c8;hb=3160a6546bf6e57d0d5ef7bc084fcbcb10297ff6;hp=4e9e7f82a9305ed1de0ae5394f219d5e887d3ce4;hpb=d23da8bfa03b85bd3f67d300d4fbb85b6ee12d5f;p=ghc-hetmet.git diff --git a/ghc/rts/ProfHeap.c b/ghc/rts/ProfHeap.c index 4e9e7f8..932c069 100644 --- a/ghc/rts/ProfHeap.c +++ b/ghc/rts/ProfHeap.c @@ -46,7 +46,7 @@ * When era reaches max_era, the profiling stops because a closure can * store only up to (max_era - 1) as its creation or last use time. * -------------------------------------------------------------------------- */ -nat era; +unsigned int era; static nat max_era; /* -----------------------------------------------------------------------------