diff options
author | Michael D. Adams <t-madams@microsoft.com> | 2007-05-11 10:53:22 +0000 |
---|---|---|
committer | Michael D. Adams <t-madams@microsoft.com> | 2007-05-11 10:53:22 +0000 |
commit | dd8f4c6420e51736dc2e01d8aebacaa2f255451b (patch) | |
tree | 678c6f26de13cc87edf317f512e2f12a306d72e4 /compiler/HsVersions.h | |
parent | 5a7a840886f05a1add708708974edae325214ac0 (diff) | |
download | haskell-dd8f4c6420e51736dc2e01d8aebacaa2f255451b.tar.gz |
Removed UNBOX_FIELD from HsVersions.h since it is not used anywhere.
Diffstat (limited to 'compiler/HsVersions.h')
-rw-r--r-- | compiler/HsVersions.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/compiler/HsVersions.h b/compiler/HsVersions.h index 299ad68357..0c41fa521e 100644 --- a/compiler/HsVersions.h +++ b/compiler/HsVersions.h @@ -34,12 +34,6 @@ name = Util.global (value) :: IORef (ty); \ {-# NOINLINE name #-} #endif -#if __GLASGOW_HASKELL__ >= 620 -#define UNBOX_FIELD !! -#else -#define UNBOX_FIELD ! -#endif - #define COMMA , #ifdef DEBUG |