[project @ 2001-05-23 16:47:09 by sewardj]
authorsewardj <unknown>
Wed, 23 May 2001 16:47:09 +0000 (16:47 +0000)
committersewardj <unknown>
Wed, 23 May 2001 16:47:09 +0000 (16:47 +0000)
Add {-# OPTION -fvia-C #-} so that the compiler can compile itself
in --make mode (yes, really!)

ghc/compiler/utils/PrimPacked.lhs
ghc/compiler/utils/StringBuffer.lhs

index f12fe6c..d6b25c4 100644 (file)
@@ -8,6 +8,7 @@ of bytes (character strings). Used by the interface lexer input
 subsystem, mostly.
 
 \begin{code}
+{-# OPTIONS -fvia-C -monly-3-regs #-}
 module PrimPacked
        (
         strLength,          -- :: _Addr -> Int
index 57ff9f4..8853ed7 100644 (file)
@@ -7,6 +7,8 @@ Buffers for scanning string input stored in external arrays.
 
 \begin{code}
 
+{-# OPTIONS -fvia-C #-}
+
 module StringBuffer
        (
         StringBuffer,