From 209686695e664bc148d4031f746425ffc2d2eecc Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sat, 16 Dec 2006 02:25:35 +0000 Subject: [PATCH] Fix the build --- compiler/ghci/ByteCodeItbls.lhs | 4 +++- compiler/main/Breakpoints.hs | 3 ++- 2 files changed, 5 insertions(+), 2 deletions(-) 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 */ + -- 1.7.10.4