blob: d66e63608462221f68e28cc4c1fffee0db9085b7 (
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
extern Capability *interpretBCO (Capability* cap);
#endif /* INTERPRETER_H */
|