[project @ 1999-04-29 10:38:33 by simonm]
authorsimonm <unknown>
Thu, 29 Apr 1999 10:38:33 +0000 (10:38 +0000)
committersimonm <unknown>
Thu, 29 Apr 1999 10:38:33 +0000 (10:38 +0000)
indexArray# fix.

ghc/compiler/main/CmdLineOpts.lhs

index 4f8d893..711c28d 100644 (file)
@@ -574,8 +574,10 @@ isAmongSimpl on_switches           -- Switches mentioned later occur *earlier*
        case (indexArray# stuff (tagOf_SimplSwitch switch)) of
 #if __GLASGOW_HASKELL__ < 400
          Lift v -> v
-#else
+#elif __GLASGOW_HASKELL__ < 403
          (# _, v #) -> v
+#else
+         (# v #) -> v
 #endif
     }
   where