X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FNameEnv.lhs;h=0f2023b05ab370557849655af9ff84b29d73b4a1;hb=f3a381ed3888bf634e91400e52204ab2252567d2;hp=cebabdd639b22a812cf56fced012dd0ab483e2da;hpb=9ac1ca0d05f3cb1d551c5116eba481fc72ced22e;p=ghc-hetmet.git diff --git a/compiler/basicTypes/NameEnv.lhs b/compiler/basicTypes/NameEnv.lhs index cebabdd..0f2023b 100644 --- a/compiler/basicTypes/NameEnv.lhs +++ b/compiler/basicTypes/NameEnv.lhs @@ -16,8 +16,6 @@ module NameEnv ( elemNameEnv, mapNameEnv ) 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 Name