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
57f94a24
Commit
57f94a24
authored
Mar 07, 2005
by
simonmar
Browse files
[project @ 2005-03-07 15:16:41 by simonmar]
Try once more to get this #include right, and add a comment
parent
0c7c7de8
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/compiler/prelude/primops.txt.pp
View file @
57f94a24
-----------------------------------------------------------------------
--
$Id
:
primops
.
txt
.
pp
,
v
1.3
4
2005
/
03
/
07
1
4
:
52
:
20
simonmar
Exp
$
--
$Id
:
primops
.
txt
.
pp
,
v
1.3
5
2005
/
03
/
07
1
5
:
16
:
41
simonmar
Exp
$
--
--
Primitive
Operations
--
...
...
@@ -64,7 +64,11 @@ defaults
--
matched
pairs
of
embedded
curly
brackets
.
#include "MachDeps.h"
#include "ghc_boot_platform.h"
--
We
need
platform
defines
(
tests
for
mingw32
below
)
.
However
,
we
only
--
test
the
TARGET
platform
,
which
doesn
't vary between stages, so the
-- stage1 platform defines are fine:
#include "../stage1/ghc_boot_platform.h"
section "The word size story."
{Haskell98 specifies that signed integers (type {\tt Int})
...
...
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