[project @ 2003-07-29 16:31:39 by igloo]
authorigloo <unknown>
Tue, 29 Jul 2003 16:31:39 +0000 (16:31 +0000)
committerigloo <unknown>
Tue, 29 Jul 2003 16:31:39 +0000 (16:31 +0000)
gcc 3.3's cpp fix on sparc.

Could be merged to stable if it's not too late.

ghc/compiler/nativeGen/MachRegs.lhs

index db202fe..494b983 100644 (file)
@@ -87,12 +87,12 @@ data Imm
   | ImmFloat   Rational
   | ImmDouble  Rational
   IF_ARCH_sparc(
-  | LO Imm                 -- Possible restrictions...
+  | LO Imm                 {- Possible restrictions... -}
   | HI Imm
   ,IF_ARCH_powerpc(
   | LO Imm
   | HI Imm
-  | HA Imm     -- high halfword adjusted
+  | HA Imm     {- high halfword adjusted -}
   ,))
 strImmLit s = ImmLit (text s)
 \end{code}