Skip to content
Snippets Groups Projects
Commit 45adecbe authored by sof's avatar sof
Browse files

[project @ 1999-07-05 17:25:23 by sof]

Stg.h contains all the defs and protos that are visible when compiling
.hc code (==> .hs code). Augment this set with the externally visible
RTS API.
parent 276f03b2
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.14 1999/06/25 09:14:54 simonmar Exp $
* $Id: Stg.h,v 1.15 1999/07/05 17:25:23 sof Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -102,6 +102,9 @@ void _stgAssert (char *, unsigned int);
#include "Regs.h"
#include "TailCalls.h"
/* RTS public interface */
#include "RtsAPI.h"
/* these are all ANSI C headers */
#include <stdlib.h>
#include <string.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