[project @ 1998-12-02 13:17:09 by simonm]
[ghc-hetmet.git] / ghc / rts / Main.h
1 /* -----------------------------------------------------------------------------
2  * $Id: Main.h,v 1.2 1998/12/02 13:28:31 simonm Exp $
3  *
4  * Prototypes for functions in Main.c
5  *
6  * ---------------------------------------------------------------------------*/
7
8 #ifdef INTERPRETER
9 extern void eval( StgClosure* closure );
10 #endif