X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Fghci%2FByteCodeItbls.lhs;h=d3cb3f756b7cd2f1f52530d9888d9fac05ac7b76;hp=29c54b7bd3703a960b4c49bd29cf1fe8791678c3;hb=ab5b8aa357c685a7c702262903bce04c66f79156;hpb=d308d910efa702ebf5a2f76db628d690fcf6fa51 diff --git a/compiler/ghci/ByteCodeItbls.lhs b/compiler/ghci/ByteCodeItbls.lhs index 29c54b7..d3cb3f7 100644 --- a/compiler/ghci/ByteCodeItbls.lhs +++ b/compiler/ghci/ByteCodeItbls.lhs @@ -6,7 +6,7 @@ ByteCodeItbls: Generate infotables for interpreter-made bytecodes \begin{code} {-# OPTIONS -optc-DNON_POSIX_SOURCE #-} -module ByteCodeItbls ( ItblEnv, ItblPtr(..), itblCode, mkITbls ) where +module ByteCodeItbls ( ItblEnv, ItblPtr, mkITbls ) where #include "HsVersions.h"