Repository : ssh://darcs.haskell.org//srv/darcs/ghc

On branch  : master

http://hackage.haskell.org/trac/ghc/changeset/242b2de0661e8bbab709cad2ed558b703ae77a0c

>---------------------------------------------------------------

commit 242b2de0661e8bbab709cad2ed558b703ae77a0c
Author: Manuel M T Chakravarty <[email protected]>
Date:   Wed Aug 10 20:41:32 2011 +1000

    Warning police

>---------------------------------------------------------------

 compiler/llvmGen/LlvmMangler.hs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/compiler/llvmGen/LlvmMangler.hs b/compiler/llvmGen/LlvmMangler.hs
index 866f49f..68e92cf 100644
--- a/compiler/llvmGen/LlvmMangler.hs
+++ b/compiler/llvmGen/LlvmMangler.hs
@@ -26,7 +26,7 @@ import Data.List ( sortBy )
 import Data.Function ( on )
 
 -- Magic Strings
-secStmt, infoSec, newLine, spInst, jmpInst, textStmt, dataStmt :: B.ByteString
+secStmt, infoSec, newLine, spInst, jmpInst, textStmt, dataStmt, syntaxUnified 
:: B.ByteString
 secStmt    = B.pack "\t.section\t"
 infoSec    = B.pack infoSection
 newLine    = B.pack "\n"



_______________________________________________
Cvs-ghc mailing list
[email protected]
http://www.haskell.org/mailman/listinfo/cvs-ghc

Reply via email to