From: Simon Marlow Date: Tue, 8 May 2007 10:01:34 +0000 (+0000) Subject: FIX profiling :-( X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=a7f3dd00fd6fd4111ddaef0f5b5ab88cf6a05694 FIX profiling :-( --- 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;