From dce1f7d375ddf22fc17ef98734a8ee6e302b1a45 Mon Sep 17 00:00:00 2001 From: simonpj Date: Fri, 11 Oct 2002 14:33:58 +0000 Subject: [PATCH] [project @ 2002-10-11 14:33:58 by simonpj] Fix cpp syntax --- Foreign/Marshal/Alloc.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Foreign/Marshal/Alloc.hs b/Foreign/Marshal/Alloc.hs index 900c917..b0e528b 100644 --- a/Foreign/Marshal/Alloc.hs +++ b/Foreign/Marshal/Alloc.hs @@ -42,7 +42,7 @@ import GHC.Real import GHC.Ptr import GHC.Err import GHC.Base -#elsif defined(__HUGS__) +#elif defined(__HUGS__) import Control.Exception ( bracket ) #else import System.IO ( bracket ) -- 1.7.10.4