Fix Trac #2111: improve error handling for 'rec' in do-notation
[ghc-hetmet.git] / compiler / vectorise / VectCore.hs
index de83279..34ffdb7 100644 (file)
@@ -11,6 +11,8 @@ module VectCore (
   vCaseDEFAULT, vCaseProd
 ) 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 CoreSyn