From: Simon Marlow Date: Thu, 3 Dec 2009 16:52:09 +0000 (+0000) Subject: export g0 X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=commitdiff_plain;h=5f9075dae09b9c7eff4cdf8d3fc339ea0d909d57;hp=214b3663d5d7598c13643f9221e43d5a7735b47f export g0 --- diff --git a/rts/Linker.c b/rts/Linker.c index 90ceaca..d12c6fc 100644 --- a/rts/Linker.c +++ b/rts/Linker.c @@ -945,6 +945,7 @@ typedef struct _RtsSymbolVal { SymI_HasProto(stg_yieldzh) \ SymI_NeedsProto(stg_interp_constr_entry) \ SymI_HasProto(alloc_blocks_lim) \ + SymI_HasProto(g0) \ SymI_HasProto(allocate) \ SymI_HasProto(allocateExec) \ SymI_HasProto(freeExec) \