Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
jberryman
GHC
Commits
04e294bd
Commit
04e294bd
authored
Mar 07, 2005
by
simonmar
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[project @ 2005-03-07 12:20:28 by simonmar]
Add missing hs_* symbols
parent
9c5d640b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
1 deletion
+8
-1
ghc/rts/Linker.c
ghc/rts/Linker.c
+8
-1
No files found.
ghc/rts/Linker.c
View file @
04e294bd
...
...
@@ -425,7 +425,14 @@ typedef struct _RtsSymbolVal {
SymX(genericRaise) \
SymX(getProgArgv) \
SymX(getStablePtr) \
SymX(initLinker) \
SymX(hs_init) \
SymX(hs_exit) \
SymX(hs_set_argv) \
SymX(hs_add_root) \
SymX(hs_perform_gc) \
SymX(hs_free_stable_ptr) \
SymX(hs_free_fun_ptr) \
SymX(initLinker) \
SymX(int2Integerzh_fast) \
SymX(integer2Intzh_fast) \
SymX(integer2Wordzh_fast) \
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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