Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
jberryman
GHC
Commits
b6beb173
Commit
b6beb173
authored
Mar 26, 2002
by
sof
Browse files
[project @ 2002-03-26 23:56:44 by sof]
TEXT_BEFORE_HEAP & cygwin: same as for mingw
parent
e2dec299
Changes
2
Hide whitespace changes
Inline
Side-by-side
ghc/rts/MBlock.c
View file @
b6beb173
/* -----------------------------------------------------------------------------
* $Id: MBlock.c,v 1.2
6
2002/0
1/08 16:38:27
sof Exp $
* $Id: MBlock.c,v 1.2
7
2002/0
3/26 23:56:45
sof Exp $
*
* (c) The GHC Team 1998-1999
*
...
...
@@ -48,7 +48,7 @@ getMBlock(void)
return
getMBlocks
(
1
);
}
#if
ndef _WIN32
#if
!defined(mingw32_TARGET_OS) && !defined(cygwin32_TARGET_OS)
void
*
getMBlocks
(
nat
n
)
{
...
...
@@ -95,7 +95,7 @@ getMBlocks(nat n)
return
ret
;
}
#else
/*
_WIN32
*/
#else
/*
defined(mingw32_TARGET_OS) || defined(cygwin32_TARGET_OS)
*/
/*
On Win32 platforms we make use of the two-phased virtual memory API
...
...
ghc/rts/Storage.h
View file @
b6beb173
/* -----------------------------------------------------------------------------
* $Id: Storage.h,v 1.4
3
2002/03/26
10:43:15 simonmar
Exp $
* $Id: Storage.h,v 1.4
4
2002/03/26
23:56:44 sof
Exp $
*
* (c) The GHC Team, 1998-1999
*
...
...
@@ -412,7 +412,7 @@ void printMutableList(generation *gen);
#undef TEXT_BEFORE_HEAP
#if
n
def
mingw32_TARGET_OS
#if
!
def
ined(
mingw32_TARGET_OS
) && !defined(cygwin32_TARGET_OS)
#define TEXT_BEFORE_HEAP 1
#endif
...
...
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