[project @ 1999-03-17 16:28:34 by sewardj]
authorsewardj <unknown>
Wed, 17 Mar 1999 16:28:34 +0000 (16:28 +0000)
committersewardj <unknown>
Wed, 17 Mar 1999 16:28:34 +0000 (16:28 +0000)
commit8f05bdd555df8284dc6d0ec4d64d42f7aebc676b
tree8e0ae3ca0a05d027d5bbb667577fe6e7ea96249f
parentbbe9289ae44e8f9c1476807e3f60939b61f8c9c2
[project @ 1999-03-17 16:28:34 by sewardj]
Make mut_link field be NULL when removing CAF_{UN}ENTERED from
mut_once_list.  Convention is to have the field be NULL iff
the caf is not on a mut_once_list.  This gives a O(1) cost way
to avoid putting a caf onto a mut_once_list more than once.
ghc/rts/GC.c