From 4344a5127d6d2cde831ae630393be3ffe555af8e Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 2 Aug 2002 12:26:36 +0000 Subject: [PATCH] [project @ 2002-08-02 12:26:36 by simonmar] Don't need -monly-3-regs now --- GHC/Storable.lhs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/GHC/Storable.lhs b/GHC/Storable.lhs index 42cc5f9..9a4e038 100644 --- a/GHC/Storable.lhs +++ b/GHC/Storable.lhs @@ -1,5 +1,5 @@ \begin{code} -{-# OPTIONS -fno-implicit-prelude -monly-3-regs #-} +{-# OPTIONS -fno-implicit-prelude #-} ----------------------------------------------------------------------------- -- | -- Module : GHC.Storable -- 1.7.10.4