Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
e9148ae0
Commit
e9148ae0
authored
Jul 17, 2002
by
simonmar
Browse files
[project @ 2002-07-17 08:26:44 by simonmar]
oops, missed one instance of __stginit_GHCziPrim (I killed it yesterday)
parent
5d7120f9
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Linker.c
View file @
e9148ae0
/* -----------------------------------------------------------------------------
* $Id: Linker.c,v 1.9
8
2002/07/
08 14:38:26
simon
pj
Exp $
* $Id: Linker.c,v 1.9
9
2002/07/
17 08:26:44
simon
mar
Exp $
*
* (c) The GHC Team, 2000, 2001
*
...
...
@@ -24,6 +24,9 @@
#include
<sys/types.h>
#endif
#include
<stdlib.h>
#include
<string.h>
#ifdef HAVE_SYS_STAT_H
#include
<sys/stat.h>
#endif
...
...
@@ -285,7 +288,6 @@ typedef struct _RtsSymbolVal {
Maybe_ForeignObj \
Maybe_Stable_Names \
Sym(StgReturn) \
Sym(__stginit_GHCziPrim) \
Sym(init_stack) \
SymX(__stg_chk_0) \
SymX(__stg_chk_1) \
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment