From: simonmar Date: Tue, 11 Dec 2001 11:47:00 +0000 (+0000) Subject: [project @ 2001-12-11 11:47:00 by simonmar] X-Git-Tag: Approximately_9120_patches~421 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=a08cfa7c7da1957cde784afecb8735ef5ce61406;p=ghc-hetmet.git [project @ 2001-12-11 11:47:00 by simonmar] Fix typo inside #ifdef DEBUG --- diff --git a/ghc/compiler/basicTypes/IdInfo.lhs b/ghc/compiler/basicTypes/IdInfo.lhs index f6fb587..9e51a73 100644 --- a/ghc/compiler/basicTypes/IdInfo.lhs +++ b/ghc/compiler/basicTypes/IdInfo.lhs @@ -120,11 +120,11 @@ infixl 1 `setTyGenInfo`, `setCafInfo`, `setNewStrictnessInfo`, `setAllStrictnessInfo`, - `setNewDemandInfo` + `setNewDemandInfo`, #ifdef DEBUG `setCprInfo`, `setDemandInfo`, - `setStrictnessInfo`, + `setStrictnessInfo` #endif \end{code}