From 0a50b1a7c93cd121405dc09e7a4d2ab145aec0b7 Mon Sep 17 00:00:00 2001 From: "Ben.Lippmeier@anu.edu.au" Date: Fri, 14 Sep 2007 09:43:20 +0000 Subject: [PATCH] Replace missing '#' on options pragma --- compiler/nativeGen/RegSpillClean.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compiler/nativeGen/RegSpillClean.hs b/compiler/nativeGen/RegSpillClean.hs index 1157f83..fc86c89 100644 --- a/compiler/nativeGen/RegSpillClean.hs +++ b/compiler/nativeGen/RegSpillClean.hs @@ -22,7 +22,7 @@ -- This also works if the reloads in B1/B2 were spills instead, because -- spilling %r1 to a slot makes that slot have the same value as %r1. -- -{- OPTIONS -fno-warn-missing-signatures #-} +{-# OPTIONS -fno-warn-missing-signatures #-} module RegSpillClean ( cleanSpills -- 1.7.10.4