Skip to content
Snippets Groups Projects
Commit 8cf6e22c authored by sof's avatar sof
Browse files

[project @ 1999-07-06 09:19:47 by sof]

Don't include RtsAPI.h when compiling RTS.
parent 60e60f66
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: Stg.h,v 1.15 1999/07/05 17:25:23 sof Exp $
* $Id: Stg.h,v 1.16 1999/07/06 09:19:47 sof Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -103,7 +103,9 @@ void _stgAssert (char *, unsigned int);
#include "TailCalls.h"
/* RTS public interface */
#ifndef COMPILING_RTS
#include "RtsAPI.h"
#endif
/* these are all ANSI C headers */
#include <stdlib.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