Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
140e373e
Commit
140e373e
authored
Jun 26, 2003
by
panne
Browse files
[project @ 2003-06-26 20:48:59 by panne]
Warning police: Fixed Sym macro to generate a real function prototype
parent
a395e1af
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Linker.c
View file @
140e373e
/* -----------------------------------------------------------------------------
* $Id: Linker.c,v 1.12
2
2003/06/2
4 08:29:13 stolz
Exp $
* $Id: Linker.c,v 1.12
3
2003/06/2
6 20:48:59 panne
Exp $
*
* (c) The GHC Team, 2000-2003
*
...
...
@@ -575,7 +575,7 @@ typedef struct _RtsSymbolVal {
#endif
/* entirely bogus claims about types of these symbols */
#define Sym(vvv) extern void vvv();
#define Sym(vvv) extern void vvv(
void
);
#define SymX(vvv)
/**/
#define SymX_redirect(vvv,xxx)
/**/
RTS_SYMBOLS
...
...
Write
Preview
Supports
Markdown
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