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
e90cc0a2
Commit
e90cc0a2
authored
Apr 24, 2001
by
qrczak
Browse files
[project @ 2001-04-24 15:49:19 by qrczak]
Remove spaces after \ at eol. Generate declarations for Posix symbols too.
parent
154d3609
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Linker.c
View file @
e90cc0a2
/* -----------------------------------------------------------------------------
* $Id: Linker.c,v 1.3
8
2001/04/24 1
1:20:50 sewardj
Exp $
* $Id: Linker.c,v 1.3
9
2001/04/24 1
5:49:19 qrczak
Exp $
*
* (c) The GHC Team, 2000
*
...
...
@@ -70,7 +70,7 @@ typedef struct _RtsSymbolVal {
#endif
#if !defined (mingw32_TARGET_OS)
#define RTS_POSIX_ONLY_SYMBOLS \
#define RTS_POSIX_ONLY_SYMBOLS \
SymX(stg_sig_install) \
Sym(nocldstop)
#else
...
...
@@ -251,7 +251,7 @@ typedef struct _RtsSymbolVal {
#ifndef SUPPORT_LONG_LONGS
#define RTS_LONG_LONG_SYMS
/* nothing */
#else
#define RTS_LONG_LONG_SYMS
\
#define RTS_LONG_LONG_SYMS
\
SymX(stg_gtWord64) \
SymX(stg_geWord64) \
SymX(stg_eqWord64) \
...
...
@@ -295,6 +295,7 @@ typedef struct _RtsSymbolVal {
#define Sym(vvv) extern void (vvv);
#define SymX(vvv)
/**/
RTS_SYMBOLS
RTS_POSIX_ONLY_SYMBOLS
#undef Sym
#undef SymX
...
...
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