From: simonm Date: Thu, 29 Apr 1999 10:38:33 +0000 (+0000) Subject: [project @ 1999-04-29 10:38:33 by simonm] X-Git-Tag: Approximately_9120_patches~6277 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=b73bc3a05a4ad306384dcb23a98b7cfceff80efc;p=ghc-hetmet.git [project @ 1999-04-29 10:38:33 by simonm] indexArray# fix. --- diff --git a/ghc/compiler/main/CmdLineOpts.lhs b/ghc/compiler/main/CmdLineOpts.lhs index 4f8d893..711c28d 100644 --- a/ghc/compiler/main/CmdLineOpts.lhs +++ b/ghc/compiler/main/CmdLineOpts.lhs @@ -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