From: sewardj Date: Fri, 21 Dec 2001 17:03:18 +0000 (+0000) Subject: [project @ 2001-12-21 17:03:18 by sewardj] X-Git-Tag: Approximately_9120_patches~350 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=559f7d8d6ca8c0b5630e3eb0f0fe716480134b08;p=ghc-hetmet.git [project @ 2001-12-21 17:03:18 by sewardj] derive Eq Cond so that an assertion in MachCode works. --- diff --git a/ghc/compiler/nativeGen/MachMisc.lhs b/ghc/compiler/nativeGen/MachMisc.lhs index ee9d934..83c0332 100644 --- a/ghc/compiler/nativeGen/MachMisc.lhs +++ b/ghc/compiler/nativeGen/MachMisc.lhs @@ -237,6 +237,7 @@ data Cond | VC | VS #endif + deriving Eq -- to make an assertion work \end{code} \begin{code}