[project @ 2002-04-11 12:03:29 by simonpj]
[ghc-hetmet.git] / ghc / compiler / parser / hschooks.h
1 /* -----------------------------------------------------------------------------
2  * $Id: hschooks.h,v 1.3 2000/12/20 09:56:26 simonmar Exp $
3  *
4  * Hooks into the RTS from the compiler.
5  *
6  * -------------------------------------------------------------------------- */
7
8 #include "HsFFI.h"
9 void enableTimingStats( void );
10 void setHeapSize( HsInt size );