From: andy Date: Fri, 25 Feb 2000 22:41:41 +0000 (+0000) Subject: [project @ 2000-02-25 22:41:41 by andy] X-Git-Tag: Approximately_9120_patches~5093 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6e6950259b86205b156b24fd0a4aeaca8962cbca;p=ghc-hetmet.git [project @ 2000-02-25 22:41:41 by andy] Wibble. (#ifdef incorrectly nested inside begin-end code) --- diff --git a/ghc/lib/std/Numeric.lhs b/ghc/lib/std/Numeric.lhs index ac2a037..9f7bfd9 100644 --- a/ghc/lib/std/Numeric.lhs +++ b/ghc/lib/std/Numeric.lhs @@ -50,10 +50,10 @@ import PrelNum ( ord_0 ) import Array #endif -#ifndef __HUGS__ - \end{code} +#ifndef __HUGS__ + \begin{code} showInt :: Integral a => a -> ShowS showInt i rs