X-Git-Url: http://wien.tomnetworks.com/gitweb/?a=blobdiff_plain;f=Mate%2FX86CodeGen.hs;h=1a045794f32e33cbc33a144b4f66688a83bb2c95;hb=dc7082de1fff3158da5682d683502128b5f6cc0b;hp=2f0f6e44edfb75b90e295eda3597a223304457a9;hpb=38a8a9fe4d12f701fb7631208389666bcd568fa9;p=mate.git diff --git a/Mate/X86CodeGen.hs b/Mate/X86CodeGen.hs index 2f0f6e4..1a04579 100644 --- a/Mate/X86CodeGen.hs +++ b/Mate/X86CodeGen.hs @@ -1,7 +1,5 @@ -{-# LANGUAGE CPP #-} {-# LANGUAGE OverloadedStrings #-} {-# LANGUAGE ForeignFunctionInterface #-} -#include "debug.h" module Mate.X86CodeGen where import Prelude hiding (and, div) @@ -30,9 +28,6 @@ import Mate.Types import Mate.Utilities import Mate.ClassPool import Mate.Strings -#ifdef DEBUG -import Text.Printf -#endif foreign import ccall "&mallocObjectGC"