Skip to content
Snippets Groups Projects
Commit 5edbd17d authored by sven.panne@aedion.de's avatar sven.panne@aedion.de
Browse files

[project @ 2000-05-18 11:32:21 by panne]

Make stackOverflow prototype available Haskell compilation
parent faf341f8
No related branches found
No related tags found
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.29 2000/04/14 15:10:20 sewardj Exp $
* $Id: Stg.h,v 1.30 2000/05/18 11:32:21 panne Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -185,6 +185,8 @@ DLL_IMPORT_RTS extern int prog_argc;
extern char **environ;
extern void stackOverflow(void);
/* Creating and destroying an adjustor thunk.
I cannot make myself create a separate .h file
for these two (sof.)
......
/* -----------------------------------------------------------------------------
* $Id: RtsUtils.h,v 1.9 2000/04/14 14:07:18 simonmar Exp $
* $Id: RtsUtils.h,v 1.10 2000/05/18 11:32:21 panne Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -17,7 +17,6 @@ extern void prog_belch(char *s, ...);
extern void _stgAssert (char *filename, unsigned int linenum);
extern void stackOverflow(void);
extern void heapOverflow(void);
void resetNonBlockingFd(int fd);
......
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