diff options
author | Austin Seipp <austin@well-typed.com> | 2013-10-25 03:39:19 -0500 |
---|---|---|
committer | Austin Seipp <austin@well-typed.com> | 2013-10-25 09:14:29 -0500 |
commit | f57ba1d74ca434f6025347c70769c9f1889abcc5 (patch) | |
tree | 7e4ebd0dfa54d9995a5b115c743c966188f59fe2 /includes/MachDeps.h | |
parent | f213e48447050bf468bc4d91fc4d810402c23b85 (diff) | |
download | haskell-f57ba1d74ca434f6025347c70769c9f1889abcc5.tar.gz |
Placate clang (#8444, #8445)
Once again the whitespace rules (and the rules concerning expansion of
tokens) have bitten us.
Authored-by: Authored-by: Luke Iannini <lukexi@me.com>
Signed-off-by: Austin Seipp <austin@well-typed.com>
Diffstat (limited to 'includes/MachDeps.h')
-rw-r--r-- | includes/MachDeps.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/includes/MachDeps.h b/includes/MachDeps.h index 4c86e19ed9..f176ef8def 100644 --- a/includes/MachDeps.h +++ b/includes/MachDeps.h @@ -100,8 +100,10 @@ #ifndef WORD_SIZE_IN_BITS #if SIZEOF_HSWORD == 4 #define WORD_SIZE_IN_BITS 32 +#define WORD_SIZE_IN_BITS_FLOAT 32.0 #else #define WORD_SIZE_IN_BITS 64 +#define WORD_SIZE_IN_BITS_FLOAT 64.0 #endif #endif |