[project @ 1996-01-11 14:06:51 by partain]
[ghc-hetmet.git] / ghc / compiler / codeGen / CgCompInfo.lhs
index 1ea5e04..56ab598 100644 (file)
@@ -125,7 +125,7 @@ Constants for semi-tagging; the tags associated with the data
 constructors will start at 0 and go up.
 \begin{code}
 oTHER_TAG = (INFO_OTHER_TAG :: Integer)        -- (-1) unevaluated, probably
-iND_TAG          = (INFO_IND_TAG   :: Integer) -- (-1) NOT USED, REALLY
+iND_TAG          = (INFO_IND_TAG   :: Integer) -- (-2) NOT USED, REALLY
 \end{code}
 
 Stuff for liveness masks: