From 6e6950259b86205b156b24fd0a4aeaca8962cbca Mon Sep 17 00:00:00 2001 From: andy Date: Fri, 25 Feb 2000 22:41:41 +0000 Subject: [PATCH] [project @ 2000-02-25 22:41:41 by andy] Wibble. (#ifdef incorrectly nested inside begin-end code) --- ghc/lib/std/Numeric.lhs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 1.7.10.4