Fix the build
authorIan Lynagh <igloo@earth.li>
Sat, 16 Dec 2006 02:25:35 +0000 (02:25 +0000)
committerIan Lynagh <igloo@earth.li>
Sat, 16 Dec 2006 02:25:35 +0000 (02:25 +0000)
compiler/ghci/ByteCodeItbls.lhs
compiler/main/Breakpoints.hs

index d3cb3f7..a7c2d4b 100644 (file)
@@ -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"
 
index ecb3c33..34e07fb 100644 (file)
@@ -52,4 +52,5 @@ lookupBogusBreakpointVal name
   | otherwise = Nothing\r
 #else \r
 lookupBogusBreakpointVal _ = Nothing\r
-#endif //GHCI\r
+#endif /* GHCI */\r
+\r