[project @ 1997-07-25 21:31:21 by sof]
authorsof <unknown>
Fri, 25 Jul 1997 21:31:21 +0000 (21:31 +0000)
committersof <unknown>
Fri, 25 Jul 1997 21:31:21 +0000 (21:31 +0000)
Moved -Onot option to Makefile

ghc/lib/ghc/UnsafeST.lhs

index f4aa268..4a9c705 100644 (file)
@@ -9,7 +9,7 @@ It turns out that exposing these inlininings can lead to unsound transformations
 such as generating a MutVar only once rather than once each call to unsafePerformIO.
 
 \begin{code}
-{-# OPTIONS -fno-implicit-prelude -Onot #-}
+{-# OPTIONS -fno-implicit-prelude #-}
 \end{code}