Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
542dd0c2
Commit
542dd0c2
authored
Jul 18, 2002
by
sof
Browse files
[project @ 2002-07-18 06:05:29 by sof]
more include tweaking
parent
f9e19f4f
Changes
5
Hide whitespace changes
Inline
Side-by-side
ghc/rts/Adjustor.c
View file @
542dd0c2
...
...
@@ -40,6 +40,7 @@ Haskell side.
#include
"Rts.h"
#include
"RtsUtils.h"
#include
"RtsFlags.h"
#include
<stdlib.h>
/* Heavily arch-specific, I'm afraid.. */
...
...
ghc/rts/Linker.c
View file @
542dd0c2
/* -----------------------------------------------------------------------------
* $Id: Linker.c,v 1.
99
2002/07/1
7
0
8:26:44 simonmar
Exp $
* $Id: Linker.c,v 1.
100
2002/07/1
8
0
6:05:29 sof
Exp $
*
* (c) The GHC Team, 2000, 2001
*
...
...
@@ -62,6 +62,7 @@
#elif defined(cygwin32_TARGET_OS) || defined (mingw32_TARGET_OS)
# define OBJFORMAT_PEi386
# include <windows.h>
# include <math.h>
#elif defined(darwin_TARGET_OS)
# define OBJFORMAT_MACHO
# include <mach-o/loader.h>
...
...
ghc/rts/Main.c
View file @
542dd0c2
/* -----------------------------------------------------------------------------
* $Id: Main.c,v 1.3
4
2002/0
2
/1
3
0
8:48:06
sof Exp $
* $Id: Main.c,v 1.3
5
2002/0
7
/1
8
0
6:05:30
sof Exp $
*
* (c) The GHC Team 1998-2000
*
...
...
@@ -16,6 +16,7 @@
#include
"RtsFlags.h"
#include
"RtsUtils.h"
#include
"Prelude.h"
#include
<stdlib.h>
#ifdef DEBUG
# include "Printer.h"
/* for printing */
...
...
ghc/rts/StgMiscClosures.hc
View file @
542dd0c2
/* -----------------------------------------------------------------------------
* $Id: StgMiscClosures.hc,v 1.7
6
2002/0
4
/1
9 10:22:58 simonmar
Exp $
* $Id: StgMiscClosures.hc,v 1.7
7
2002/0
7
/1
8 06:05:30 sof
Exp $
*
* (c) The GHC Team, 1998-2000
*
...
...
@@ -23,8 +23,8 @@
# include "StgRun.h" /* for StgReturn and register saving */
#endif
#ifdef HAVE_STD
IO
_H
#include <std
io
.h>
#ifdef HAVE_STD
LIB
_H
#include <std
lib
.h>
#endif
/* ToDo: make the printing of panics more win32-friendly, i.e.,
...
...
ghc/rts/hooks/NoRunnableThreads.c
View file @
542dd0c2
/* -----------------------------------------------------------------------------
* $Id: NoRunnableThreads.c,v 1.
3
2002/07/1
7
0
9:21:51 simonmar
Exp $
* $Id: NoRunnableThreads.c,v 1.
4
2002/07/1
8
0
6:05:31 sof
Exp $
*
* User-overridable RTS hooks.
*
...
...
@@ -8,6 +8,7 @@
#include
"Rts.h"
#include
<stdio.h>
#include
<stdlib.h>
/*
Hook to invoke when there's nothing left on the runnable threads
...
...
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