blob: fa341f26fe83cae6bfda3a394792c2578316c29f (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
/* -----------------------------------------------------------------------------
*
* (c) The GHC Team, 1998-2002.
*
* Prototypes for functions in Interpreter.c
*
* ---------------------------------------------------------------------------*/
#pragma once
RTS_PRIVATE Capability *interpretBCO (Capability* cap);
|