[project @ 2000-12-20 15:18:47 by rrt]
authorrrt <unknown>
Wed, 20 Dec 2000 15:18:47 +0000 (15:18 +0000)
committerrrt <unknown>
Wed, 20 Dec 2000 15:18:47 +0000 (15:18 +0000)
Seems to need -monly-3-regs

ghc/lib/std/PrelInt.lhs
ghc/lib/std/PrelWord.lhs

index 8c991eb..9597f15 100644 (file)
@@ -4,6 +4,8 @@
 \section[Int]{Module @PrelInt@}
 
 \begin{code}
+{-# OPTIONS -monly-3-regs #-}
+
 module PrelInt 
    ( 
        Int8(..), Int16(..), Int32(..), Int64(..)
index 16a225e..f51d9f9 100644 (file)
@@ -4,6 +4,8 @@
 \section[PrelWord]{Module @PrelWord@}
 
 \begin{code}
+{-# OPTIONS -monly-3-regs #-}
+
 #include "MachDeps.h"
 
 module PrelWord (