From: simonmar Date: Fri, 2 Aug 2002 12:24:36 +0000 (+0000) Subject: [project @ 2002-08-02 12:24:36 by simonmar] X-Git-Tag: nhc98-1-18-release~922 X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6139f5f3ff6e511c2a2e5eac30249c65894271de;hp=900abdfd859116754902581f9c47029e23ac6fef;p=ghc-base.git [project @ 2002-08-02 12:24:36 by simonmar] I can get away without -monly-3-regs for this file, now that GHC is passing -fno-builtin to gcc. --- diff --git a/Data/Array/Base.hs b/Data/Array/Base.hs index 35ee6b4..b591339 100644 --- a/Data/Array/Base.hs +++ b/Data/Array/Base.hs @@ -1,4 +1,3 @@ -{-# OPTIONS -monly-3-regs #-} ----------------------------------------------------------------------------- -- | -- Module : Data.Array.Base