X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Frts%2FStable.c;h=7bfd15ecaabc74e83a51cd3507e1f9616d8ec90d;hb=0e6a76a1182be8336cfaaa6bf482c57a89193372;hp=474134efebf1eed64e777629883a223070dc2c58;hpb=ce25c38a23ae200cd8acd04d28b228967db60a5b;p=ghc-hetmet.git diff --git a/ghc/rts/Stable.c b/ghc/rts/Stable.c index 474134e..7bfd15e 100644 --- a/ghc/rts/Stable.c +++ b/ghc/rts/Stable.c @@ -1,5 +1,5 @@ /* ----------------------------------------------------------------------------- - * $Id: Stable.c,v 1.21 2002/04/24 13:29:01 simonmar Exp $ + * $Id: Stable.c,v 1.22 2002/08/16 13:29:07 simonmar Exp $ * * (c) The GHC Team, 1998-1999 * @@ -88,9 +88,9 @@ */ snEntry *stable_ptr_table; -snEntry *stable_ptr_free; +static snEntry *stable_ptr_free; -unsigned int SPT_size; +static unsigned int SPT_size; /* This hash table maps Haskell objects to stable names, so that every * call to lookupStableName on a given object will return the same @@ -125,7 +125,7 @@ unsigned int SPT_size; * to the weight stored in the table entry. * */ -HashTable *addrToStableHash; +static HashTable *addrToStableHash; #define INIT_SPT_SIZE 64