blob: fd4f7b98c370d9427fee19d92523923ba65fe322 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team, 1998-2002.
*
* Prototypes for functions in Interpreter.c
*
* ---------------------------------------------------------------------------*/
#ifndef INTERPRETER_H
#define INTERPRETER_H
RTS_PRIVATE Capability *interpretBCO (Capability* cap);
#endif /* INTERPRETER_H */
|