X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=compiler%2FbasicTypes%2FNameEnv.lhs;h=0f2023b05ab370557849655af9ff84b29d73b4a1;hb=08652e67c4d5d9a40687f93c286021a867c1bca0;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