summaryrefslogtreecommitdiff
path: root/ghc/compiler/parser/hschooks.h
blob: fa78dcce23aed7cedc4b254f93a7fd747d63a51f (plain)
1
2
3
4
5
6
7
8
9
10
/* -----------------------------------------------------------------------------
 * $Id: hschooks.h,v 1.3 2000/12/20 09:56:26 simonmar Exp $
 *
 * Hooks into the RTS from the compiler.
 *
 * -------------------------------------------------------------------------- */

#include "HsFFI.h"
void enableTimingStats( void );
void setHeapSize( HsInt size );