X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Frts%2FProfHeap.c;h=932c0694233b4e37247476fcc69a5a4e6f6928c8;hb=547c57b7394489a627f1433fda160b180b5214b4;hp=dab6057333e45268098c6a147d1590e1b07badde;hpb=95ca6bff6fc9918203173b442192d9298ef9757a;p=ghc-hetmet.git diff --git a/ghc/rts/ProfHeap.c b/ghc/rts/ProfHeap.c index dab6057..932c069 100644 --- a/ghc/rts/ProfHeap.c +++ b/ghc/rts/ProfHeap.c @@ -1,5 +1,4 @@ /* ----------------------------------------------------------------------------- - * $Id: ProfHeap.c,v 1.54 2004/09/03 15:28:35 simonmar Exp $ * * (c) The GHC Team, 1998-2003 * @@ -47,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; /* -----------------------------------------------------------------------------