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
2a134ddd
Commit
2a134ddd
authored
Jan 20, 2005
by
simonmar
Browse files
[project @ 2005-01-20 14:30:17 by simonmar]
Avoid a warning
parent
c830ae13
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Adjustor.c
View file @
2a134ddd
...
...
@@ -192,7 +192,13 @@ typedef struct AdjustorStub {
#endif
void
*
createAdjustor
(
int
cconv
,
StgStablePtr
hptr
,
StgFunPtr
wptr
,
char
*
typeString
)
createAdjustor
(
int
cconv
,
StgStablePtr
hptr
,
StgFunPtr
wptr
,
char
*
typeString
#if !defined(powerpc_TARGET_ARCH) && !defined(powerpc64_TARGET_ARCH)
STG_UNUSED
#endif
)
{
void
*
adjustor
=
NULL
;
...
...
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