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
Alex D
GHC
Commits
0af52aaf
Commit
0af52aaf
authored
May 25, 2001
by
sof
Browse files
[project @ 2001-05-25 18:33:46 by sof]
wibble - silence CPP warnings
parent
8393d46a
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/rts/RtsStartup.c
View file @
0af52aaf
/* -----------------------------------------------------------------------------
* $Id: RtsStartup.c,v 1.5
0
2001/0
3
/2
2 03:51:10 hwloidl
Exp $
* $Id: RtsStartup.c,v 1.5
1
2001/0
5
/2
5 18:33:46 sof
Exp $
*
* (c) The GHC Team, 1998-2000
*
...
...
@@ -259,7 +259,7 @@ shutdownHaskellAndExit(int n)
exit
(
n
);
#else
stg_exit
(
n
);
#endif
;
#endif
}
void
...
...
ghc/rts/StgRun.h
View file @
0af52aaf
/* -----------------------------------------------------------------------------
* $Id: StgRun.h,v 1.
5 1999/11/03 15:01:51 simonmar
Exp $
* $Id: StgRun.h,v 1.
6 2001/05/25 18:33:46 sof
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -14,4 +14,5 @@ extern StgThreadReturnCode StgRun(StgFunPtr f, StgRegTable *basereg);
EXTFUN
(
StgReturn
);
#endif STGRUN_H
#endif
/* STGRUN_H */
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