[project @ 1997-10-30 22:31:06 by sof]
authorsof <unknown>
Thu, 30 Oct 1997 22:31:06 +0000 (22:31 +0000)
committersof <unknown>
Thu, 30 Oct 1997 22:31:06 +0000 (22:31 +0000)
Minor fix to suppress gcc warning

ghc/runtime/storage/SMscav.lc

index 6e400b9..3d9256f 100644 (file)
@@ -926,10 +926,10 @@ sanityChk_StkO(P_ stko)
     }
 
     while(sub > 0) {
-       P_ subptr;
-       P_ suaptr;
-       P_ updptr;
-       P_ retptr;
+       P_  subptr;
+       PP_ suaptr;
+       P_  updptr;
+       P_  retptr;
 
        ASSERT(sub >= 1);
        ASSERT(sub <= cts_size);