[project @ 2002-12-05 23:49:43 by mthomas]
[ghc-hetmet.git] / ghc / rts / Main.h
1 /* -----------------------------------------------------------------------------
2  * $Id: Main.h,v 1.3 1999/02/05 16:02:45 simonm Exp $
3  *
4  * (c) The GHC Team, 1998-1999
5  *
6  * Prototypes for functions in Main.c
7  *
8  * ---------------------------------------------------------------------------*/
9
10 #ifdef INTERPRETER
11 extern void eval( StgClosure* closure );
12 #endif