[project @ 2004-02-24 11:52:34 by simonpj]
authorsimonpj <unknown>
Tue, 24 Feb 2004 11:52:34 +0000 (11:52 +0000)
committersimonpj <unknown>
Tue, 24 Feb 2004 11:52:34 +0000 (11:52 +0000)
Comment only

ghc/compiler/hsSyn/HsDecls.lhs

index 43efaf5..24f6b99 100644 (file)
@@ -480,7 +480,7 @@ data BangType name = BangType HsBang (LHsType name)
 
 data HsBang = HsNoBang
            | HsStrict  -- ! 
-           | HsUnbox   -- !! (GHC extension, meaning "unbox")
+           | HsUnbox   -- {-# UNPACK #-} ! (GHC extension, meaning "unbox")
 
 getBangType       (BangType _ ty) = ty
 getBangStrictness (BangType s _)  = s