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

[project @ 1999-01-22 10:58:43 by simonm]

Fix include typo.
parent d474217d
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: RtsStartup.c,v 1.3 1999/01/21 10:31:49 simonm Exp $
* $Id: RtsStartup.c,v 1.4 1999/01/22 10:58:43 simonm Exp $
*
* Main function for a standalone Haskell program.
*
......@@ -17,7 +17,7 @@
#include "Ticky.h"
#if defined(PROFILING)
# include "ProfRTS.h"
# include "ProfRts.h"
#elif defined(DEBUG)
# include "DebugProf.h"
#endif
......
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