More modules that need LANGUAGE BangPatterns
[ghc-hetmet.git] / compiler / ghci / ByteCodeLink.lhs
index 7d94d2c..b1f7e39 100644 (file)
@@ -4,6 +4,7 @@
 ByteCodeLink: Bytecode assembler and linker
 
 \begin{code}
+{-# LANGUAGE BangPatterns #-}
 {-# OPTIONS -optc-DNON_POSIX_SOURCE #-}
 
 {-# OPTIONS -w #-}