From a7f3dd00fd6fd4111ddaef0f5b5ab88cf6a05694 Mon Sep 17 00:00:00 2001 From: Simon Marlow Date: Tue, 8 May 2007 10:01:34 +0000 Subject: [PATCH] FIX profiling :-( --- rts/ProfHeap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c index dfa0067..76a6b33 100644 --- a/rts/ProfHeap.c +++ b/rts/ProfHeap.c @@ -377,7 +377,7 @@ nextEra( void ) * Heap profiling by info table * ------------------------------------------------------------------------- */ -#if !defined(PROFILNG) +#if !defined(PROFILING) FILE *hp_file; static char *hp_filename; -- 1.7.10.4