FIX profiling :-(
authorSimon Marlow <simonmar@microsoft.com>
Tue, 8 May 2007 10:01:34 +0000 (10:01 +0000)
committerSimon Marlow <simonmar@microsoft.com>
Tue, 8 May 2007 10:01:34 +0000 (10:01 +0000)
rts/ProfHeap.c

index dfa0067..76a6b33 100644 (file)
@@ -377,7 +377,7 @@ nextEra( void )
  * Heap profiling by info table
  * ------------------------------------------------------------------------- */
 
-#if !defined(PROFILNG)
+#if !defined(PROFILING)
 FILE *hp_file;
 static char *hp_filename;