From: Ian Lynagh Date: Sat, 16 Dec 2006 02:25:35 +0000 (+0000) Subject: Fix the build X-Git-Tag: 2006-12-17~2 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=209686695e664bc148d4031f746425ffc2d2eecc Fix the build --- diff --git a/compiler/ghci/ByteCodeItbls.lhs b/compiler/ghci/ByteCodeItbls.lhs index d3cb3f7..a7c2d4b 100644 --- a/compiler/ghci/ByteCodeItbls.lhs +++ b/compiler/ghci/ByteCodeItbls.lhs @@ -6,7 +6,9 @@ ByteCodeItbls: Generate infotables for interpreter-made bytecodes \begin{code} {-# OPTIONS -optc-DNON_POSIX_SOURCE #-} -module ByteCodeItbls ( ItblEnv, ItblPtr, mkITbls ) where +module ByteCodeItbls ( ItblEnv, ItblPtr(..), itblCode, mkITbls + , StgInfoTable(..) + ) where #include "HsVersions.h" diff --git a/compiler/main/Breakpoints.hs b/compiler/main/Breakpoints.hs index ecb3c33..34e07fb 100644 --- a/compiler/main/Breakpoints.hs +++ b/compiler/main/Breakpoints.hs @@ -52,4 +52,5 @@ lookupBogusBreakpointVal name | otherwise = Nothing #else lookupBogusBreakpointVal _ = Nothing -#endif //GHCI +#endif /* GHCI */ +