[project @ 2000-04-05 13:56:30 by panne]
authorpanne <unknown>
Wed, 5 Apr 2000 13:56:30 +0000 (13:56 +0000)
committerpanne <unknown>
Wed, 5 Apr 2000 13:56:30 +0000 (13:56 +0000)
Ooops, forgot that one in my previous commit (don't mention
HsFalse/HsTrue anymore).

ghc/compiler/deSugar/DsCCall.lhs

index 030f98a..f5fa47f 100644 (file)
@@ -179,7 +179,7 @@ unboxArg arg
              \ body -> Case arg case_bndr [(DataAlt box_data_con,[prim_arg],body)]
     )
 
-  -- Booleans; Hacking alert: the 0/1 literals should match the HsFalse/HsTrue constants
+  -- Booleans
   | arg_ty == boolTy
   = newSysLocalDs intPrimTy            `thenDs` \ prim_arg ->
     returnDs (Var prim_arg,