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
f57d3135
Commit
f57d3135
authored
Jul 19, 2001
by
simonmar
Browse files
[project @ 2001-07-19 09:01:40 by simonmar]
remove a vestige of the long-gone FLOATS_AS_DOUBLES
parent
761af91e
Changes
1
Hide whitespace changes
Inline
Side-by-side
ghc/includes/MachDeps.h
View file @
f57d3135
/* -----------------------------------------------------------------------------
* $Id: MachDeps.h,v 1.
4
200
0
/0
1/25 14:39:14 panne
Exp $
* $Id: MachDeps.h,v 1.
5
200
1
/0
7/19 09:01:40 simonmar
Exp $
*
* (c) The GRASP/AQUA Project, Glasgow University, 1998
* (c) The GHC Team, 1998-1999
...
...
@@ -21,13 +21,8 @@
#define INT_SIZE_IN_BYTES SIZEOF_LONG
#define WORD_SIZE_IN_BYTES SIZEOF_LONG
#if SIZEOF_DOUBLE == SIZEOF_VOID_P
#define FLOAT_SIZE_IN_BYTES SIZEOF_DOUBLE
#define DOUBLE_SIZE_IN_BYTES SIZEOF_DOUBLE
#else
#define FLOAT_SIZE_IN_BYTES SIZEOF_FLOAT
#define DOUBLE_SIZE_IN_BYTES SIZEOF_DOUBLE
#endif
#define SIZEOF_INT8 SIZEOF_CHAR
#define ALIGNMENT_INT8 ALIGNMENT_CHAR
...
...
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