Skip to content
Snippets Groups Projects
Commit ba3011cd authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 2000-03-07 12:03:01 by simonmar]

oops, need to define prof_file when DEBUGging too.
parent 4dd10ba6
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: ProfHeap.c,v 1.4 2000/03/07 11:53:12 simonmar Exp $
* $Id: ProfHeap.c,v 1.5 2000/03/07 12:03:01 simonmar Exp $
*
* (c) The GHC Team, 1998-2000
*
......@@ -33,6 +33,8 @@ static void fprint_data(FILE *fp);
char prof_filename[128]; /* urk */
#ifdef DEBUG_HEAP_PROF
FILE *prof_file;
void initProfiling( void )
{
initHeapProfiling();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment