Skip to content
Snippets Groups Projects
Commit b999f3c2 authored by Simon Marlow's avatar Simon Marlow
Browse files

[project @ 1999-04-27 12:31:40 by simonm]

Add macros for declaring closure tables.
parent 67a99b0c
No related merge requests found
/* -----------------------------------------------------------------------------
* $Id: StgMacros.h,v 1.7 1999/03/02 19:44:18 sof Exp $
* $Id: StgMacros.h,v 1.8 1999/04/27 12:31:40 simonm Exp $
*
* (c) The GHC Team, 1998-1999
*
......@@ -58,6 +58,9 @@
#define EC_ extern StgClosure
#define EDC_ extern DLLIMPORT StgClosure
#define IC_ extern StgClosure
#define ECP_(x) extern const StgClosure *(x)[]
#define EDCP_(x) extern DLLIMPORT StgClosure *(x)[]
#define ICP_(x) extern const StgClosure *(x)[]
/* -----------------------------------------------------------------------------
Stack Tagging.
......
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