X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=compiler%2Ftypes%2FUnify.lhs;h=63089b603e5e0af294996523edcbef8924d4db9d;hp=63c64f07a1f7dc07f258d679bb5e84856fc8ca5e;hb=30c122df62ec75f9ed7f392f24c2925675bf1d06;hpb=7c7104a51d477c18f8950112c4bc22c4800367f3 diff --git a/compiler/types/Unify.lhs b/compiler/types/Unify.lhs index 63c64f0..63089b6 100644 --- a/compiler/types/Unify.lhs +++ b/compiler/types/Unify.lhs @@ -13,8 +13,6 @@ module Unify ( dataConCannotMatch ) where --- XXX This define is a bit of a hack, and should be done more nicely -#define FAST_STRING_NOT_NEEDED 1 #include "HsVersions.h" import Var