X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;ds=sidebyside;f=ghc%2Fcompiler%2Futils%2FFastTypes.lhs;h=9f9d9038f169498fa48b0dbe29d9b3d1ba35e989;hb=06e14415fa8aef5be7d01314d08fcd87873cd0da;hp=6accab1f8f9e99ec329c52163d7e95f203a8b90b;hpb=56af76cc6a264621bfd18071f21e6a608e691e47;p=ghc-hetmet.git diff --git a/ghc/compiler/utils/FastTypes.lhs b/ghc/compiler/utils/FastTypes.lhs index 6accab1..9f9d903 100644 --- a/ghc/compiler/utils/FastTypes.lhs +++ b/ghc/compiler/utils/FastTypes.lhs @@ -40,7 +40,7 @@ fastOr 0# x = x fastAnd 0# x = 0# fastAnd 1# x = x -#else {- ! __GLASGOW_HASKELL__ -} +#else /* ! __GLASGOW_HASKELL__ */ type FastInt = Int _ILIT x = x @@ -61,5 +61,5 @@ type FastBool = Bool fastBool x = x _IS_TRUE_ x = x -#endif {- ! __GLASGOW_HASKELL__ -} +#endif /* ! __GLASGOW_HASKELL__ */ \end{code}