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
0a8369c6
Commit
0a8369c6
authored
Jan 21, 1999
by
sof
Browse files
[project @ 1999-01-21 20:01:10 by sof]
wibble
parent
df4e13fc
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/deSugar/DsForeign.lhs
View file @
0a8369c6
...
...
@@ -268,7 +268,7 @@ dsFExport i ty ext_name cconv isDyn =
ExtName fs _ -> fs
Dynamic -> panic "dsFExport: Dynamic - shouldn't ever happen."
f_helper_glob = mkIdVisible mod
uniq
f_helper
f_helper_glob = mkIdVisible mod f_helper
(h_stub, c_stub) = fexportEntry c_nm f_helper_glob wrapper_arg_tys the_result_ty cconv isDyn
in
returnDs (NonRec f_helper_glob the_body, h_stub, c_stub)
...
...
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