Skip to content
Snippets Groups Projects
Commit 20968669 authored by Ian Lynagh's avatar Ian Lynagh
Browse files

Fix the build

parent 8b08c15b
No related merge requests found
...@@ -6,7 +6,9 @@ ByteCodeItbls: Generate infotables for interpreter-made bytecodes ...@@ -6,7 +6,9 @@ ByteCodeItbls: Generate infotables for interpreter-made bytecodes
\begin{code} \begin{code}
{-# OPTIONS -optc-DNON_POSIX_SOURCE #-} {-# OPTIONS -optc-DNON_POSIX_SOURCE #-}
module ByteCodeItbls ( ItblEnv, ItblPtr, mkITbls ) where module ByteCodeItbls ( ItblEnv, ItblPtr(..), itblCode, mkITbls
, StgInfoTable(..)
) where
#include "HsVersions.h" #include "HsVersions.h"
......
...@@ -52,4 +52,5 @@ lookupBogusBreakpointVal name ...@@ -52,4 +52,5 @@ lookupBogusBreakpointVal name
| otherwise = Nothing | otherwise = Nothing
#else #else
lookupBogusBreakpointVal _ = Nothing lookupBogusBreakpointVal _ = Nothing
#endif //GHCI #endif /* GHCI */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment