Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Alfredo Di Napoli
GHC
Commits
33a2c36d
Commit
33a2c36d
authored
Nov 09, 1998
by
sof
Browse files
[project @ 1998-11-09 08:42:36 by sof]
avoid uncessary gcc warning
parent
1d0fb43f
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/deSugar/DsForeign.lhs
View file @
33a2c36d
...
...
@@ -596,7 +596,7 @@ fexportEntry c_nm helper args res cc =
startTemplate =
vcat
[ text "extern realWorldZh_closure;"
[ text "extern
void*
realWorldZh_closure;"
, ptext SLIT("STGFUN") <> parens (h_stub_nm)
, lbrace
, ptext SLIT("FUNBEGIN;")
...
...
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