[commit: ghc] master: Warning police (242b2de)

Manuel Chakravarty chak at cse.unsw.edu.au
Wed Aug 10 14:05:16 CEST 2011


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 <chak at cse.unsw.edu.au>
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"





More information about the Cvs-ghc mailing list