Skip to content
Snippets Groups Projects
Commit 8846a7d8 authored by sof's avatar sof
Browse files

[project @ 1999-01-18 14:37:43 by sof]

Added protos for freeHaskellFunctionPtr() and createAdjustor()
(suggestions as to what might be a more appropriate home for these
are welcome.)
parent 2d784a4e
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.2 1998/12/02 13:21:33 simonm Exp $
* $Id: Stg.h,v 1.3 1999/01/18 14:37:43 sof Exp $
*
* Top-level include file for everything STG-ish.
*
......@@ -105,4 +105,11 @@ extern int prog_argc;
extern char **environ;
/* Creating and destroying an adjustor thunk.
I cannot make myself creating a separate .h file
for these two (sof.)
*/
extern void* createAdjustor(int cconv, StgStablePtr hptr, StgFunPtr wptr);
extern void freeHaskellFunctionPtr(void* ptr);
#endif /* STG_H */
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment