diff options
Diffstat (limited to 'rts/Interpreter.h')
-rw-r--r-- | rts/Interpreter.h | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/rts/Interpreter.h b/rts/Interpreter.h new file mode 100644 index 0000000000..d66e636084 --- /dev/null +++ b/rts/Interpreter.h @@ -0,0 +1,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 */ |