summaryrefslogtreecommitdiff
path: root/rts/ProfHeap.c
diff options
context:
space:
mode:
authorSimon Marlow <simonmar@microsoft.com>2007-05-08 10:01:34 +0000
committerSimon Marlow <simonmar@microsoft.com>2007-05-08 10:01:34 +0000
commita7f3dd00fd6fd4111ddaef0f5b5ab88cf6a05694 (patch)
treed0baa639ba8c106733378bd9fc839be511d86d7d /rts/ProfHeap.c
parent098f818b622e5095fbd3f6318a463fcb2ce14fc6 (diff)
downloadhaskell-a7f3dd00fd6fd4111ddaef0f5b5ab88cf6a05694.tar.gz
FIX profiling :-(
Diffstat (limited to 'rts/ProfHeap.c')
-rw-r--r--rts/ProfHeap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/rts/ProfHeap.c b/rts/ProfHeap.c
index dfa00677fd..76a6b33edc 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;