From 81aad35c3b00f76748ba46e6b94686058f5cca7b Mon Sep 17 00:00:00 2001 From: simonmar Date: Fri, 21 Oct 2005 14:38:18 +0000 Subject: [PATCH] [project @ 2005-10-21 14:38:18 by simonmar] wibble --- ghc/includes/RtsConfig.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ghc/includes/RtsConfig.h b/ghc/includes/RtsConfig.h index ade3f8a..31cbf7c 100644 --- a/ghc/includes/RtsConfig.h +++ b/ghc/includes/RtsConfig.h @@ -39,7 +39,7 @@ /* TICKY_TICKY needs EAGER_BLACKHOLING to verify no double-entries of * single-entry thunks. */ -//#if defined(TICKY_TICKY) || defined(SMP) +/* #if defined(TICKY_TICKY) || defined(SMP) */ #if defined(TICKY_TICKY) # define EAGER_BLACKHOLING #else -- 1.7.10.4