X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FnativeGen%2FPprMach.lhs;h=3701dd512c9e1aee35e2f194e874315cd137b3d1;hb=06e14415fa8aef5be7d01314d08fcd87873cd0da;hp=45e6230f4b8c27a32c0b2d74f2f4e4fe9ceb96a0;hpb=56af76cc6a264621bfd18071f21e6a608e691e47;p=ghc-hetmet.git diff --git a/ghc/compiler/nativeGen/PprMach.lhs b/ghc/compiler/nativeGen/PprMach.lhs index 45e6230..3701dd5 100644 --- a/ghc/compiler/nativeGen/PprMach.lhs +++ b/ghc/compiler/nativeGen/PprMach.lhs @@ -970,7 +970,7 @@ pprSizeRegRegReg name size reg1 reg2 reg3 pprReg reg3 ] -#endif {-alpha_TARGET_ARCH-} +#endif /* alpha_TARGET_ARCH */ \end{code} %************************************************************************ @@ -1543,7 +1543,7 @@ pprCondInstr :: LitString -> Cond -> Doc -> Doc pprCondInstr name cond arg = hcat [ char '\t', ptext name, pprCond cond, space, arg] -#endif {-i386_TARGET_ARCH-} +#endif /* i386_TARGET_ARCH */ \end{code} %************************************************************************ @@ -1830,7 +1830,7 @@ pp_rbracket_comma = text "]," pp_comma_lbracket = text ",[" pp_comma_a = text ",a" -#endif {-sparc_TARGET_ARCH-} +#endif /* sparc_TARGET_ARCH */ \end{code} %************************************************************************ @@ -2095,7 +2095,7 @@ pprDyldSymbolStub fn = #endif -#endif {-powerpc_TARGET_ARCH-} +#endif /* powerpc_TARGET_ARCH */ \end{code} \begin{code}