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

[project @ 1999-11-03 15:01:51 by simonmar]

remove bogus #include
parent 35dd3bb2
No related branches found
No related tags found
No related merge requests found
/* ----------------------------------------------------------------------------- /* -----------------------------------------------------------------------------
* $Id: StgRun.h,v 1.4 1999/11/02 15:06:04 simonmar Exp $ * $Id: StgRun.h,v 1.5 1999/11/03 15:01:51 simonmar Exp $
* *
* (c) The GHC Team, 1998-1999 * (c) The GHC Team, 1998-1999
* *
...@@ -10,9 +10,8 @@ ...@@ -10,9 +10,8 @@
#ifndef STGRUN_H #ifndef STGRUN_H
#define STGRUN_H #define STGRUN_H
#include "Storage.h" /* for {Open,Close}Nursery functions */
extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg); extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg);
EXTFUN(StgReturn); EXTFUN(StgReturn);
#endif STGRUN_H #endif STGRUN_H
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