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
140e373e
Commit
140e373e
authored
Jun 26, 2003
by
panne
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
[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
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
ghc/rts/Linker.c
ghc/rts/Linker.c
+2
-2
No files found.
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
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